diff options
Diffstat (limited to 'Common/nvim/after/ftplugin/cpp.lua')
-rwxr-xr-x | Common/nvim/after/ftplugin/cpp.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Common/nvim/after/ftplugin/cpp.lua b/Common/nvim/after/ftplugin/cpp.lua new file mode 100755 index 0000000..b3e668c --- /dev/null +++ b/Common/nvim/after/ftplugin/cpp.lua @@ -0,0 +1,4 @@ +vim.opt.shiftwidth = 2 +vim.opt.tabstop = 8 +vim.opt.softtabstop = 4 +vim.opt.expandtab = false |