diff --git a/modules/home-manager/neovim/nvim/after/ftplugin/c.lua b/modules/home-manager/neovim/nvim/after/ftplugin/c.lua deleted file mode 100644 index 294b53a..0000000 --- a/modules/home-manager/neovim/nvim/after/ftplugin/c.lua +++ /dev/null @@ -1,4 +0,0 @@ -vim.opt.tabstop = 8 -vim.opt.softtabstop = 8 -vim.opt.shiftwidth = 8 -vim.opt.noexpandtab = true