From 10edd40fe4ff7b39decb18aaa7ac3086fa170efa Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Mon, 9 Sep 2024 19:11:23 -0400 Subject: [PATCH] update --- modules/home-manager/neovim/nvim/after/ftplugin/c.lua | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 modules/home-manager/neovim/nvim/after/ftplugin/c.lua 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