From c5d3dc7fa1c7f04f2149ab04718f542de05be2ee Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 11 Oct 2022 12:26:59 +0200 Subject: Add vim config --- Common/nvim/after/ftplugin/cpp.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 Common/nvim/after/ftplugin/cpp.lua (limited to 'Common/nvim/after/ftplugin/cpp.lua') 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 -- cgit v1.2.3