diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-20 16:26:51 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-20 16:26:51 -0400 |
| commit | e17372b6effdda94c784429fac1b2475f7558d42 (patch) | |
| tree | e1e82b6e534a86f405d6d978d264a6ec5ce0e542 /modules/neovim/nvim/after/ftplugin/cpp.lua | |
| parent | d93c548b51a4fa506f36ed1bf8b9b5e68053b6be (diff) | |
| download | home-e17372b6effdda94c784429fac1b2475f7558d42.tar.gz | |
fold
Diffstat (limited to 'modules/neovim/nvim/after/ftplugin/cpp.lua')
| -rw-r--r-- | modules/neovim/nvim/after/ftplugin/cpp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/neovim/nvim/after/ftplugin/cpp.lua b/modules/neovim/nvim/after/ftplugin/cpp.lua new file mode 100644 index 0000000..2d48451 --- /dev/null +++ b/modules/neovim/nvim/after/ftplugin/cpp.lua @@ -0,0 +1,2 @@ +vim.o.tabstop=2 +vim.o.shiftwidth=2 |