diff --git a/after/ftplugin/cpp.lua b/after/ftplugin/cpp.lua new file mode 100644 index 0000000..bd84758 --- /dev/null +++ b/after/ftplugin/cpp.lua @@ -0,0 +1,4 @@ +vim.opt.shiftwidth = 2 +vim.opt.tabstop = 2 +vim.opt.softtabstop = 2 +vim.opt.expandtab = true