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/c.lua | 4 ++++ Common/nvim/after/ftplugin/cpp.lua | 4 ++++ Common/nvim/after/ftplugin/vhdl.lua | 0 3 files changed, 8 insertions(+) create mode 100755 Common/nvim/after/ftplugin/c.lua create mode 100755 Common/nvim/after/ftplugin/cpp.lua mode change 100644 => 100755 Common/nvim/after/ftplugin/vhdl.lua (limited to 'Common/nvim/after/ftplugin') diff --git a/Common/nvim/after/ftplugin/c.lua b/Common/nvim/after/ftplugin/c.lua new file mode 100755 index 0000000..b3e668c --- /dev/null +++ b/Common/nvim/after/ftplugin/c.lua @@ -0,0 +1,4 @@ +vim.opt.shiftwidth = 2 +vim.opt.tabstop = 8 +vim.opt.softtabstop = 4 +vim.opt.expandtab = false 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 diff --git a/Common/nvim/after/ftplugin/vhdl.lua b/Common/nvim/after/ftplugin/vhdl.lua old mode 100644 new mode 100755 -- cgit v1.2.3