aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/nvim/after
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-04-11 18:33:36 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-04-11 18:33:36 -0400
commitbc803e124973793607fc51919d186f333e0457d5 (patch)
tree3f7ddc35b5346e9993d4548a9d34b852729325b5 /modules/neovim/nvim/after
parentddf526713d0f82f001d8d59c5af8876d0c1753fe (diff)
downloadhome-bc803e124973793607fc51919d186f333e0457d5.tar.gz
update
Diffstat (limited to 'modules/neovim/nvim/after')
-rw-r--r--modules/neovim/nvim/after/ftplugin/c.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/neovim/nvim/after/ftplugin/c.lua b/modules/neovim/nvim/after/ftplugin/c.lua
index bd30255..2d48451 100644
--- a/modules/neovim/nvim/after/ftplugin/c.lua
+++ b/modules/neovim/nvim/after/ftplugin/c.lua
@@ -1,2 +1,2 @@
-vim.o.tabstop=4
-vim.o.shiftwidth=4
+vim.o.tabstop=2
+vim.o.shiftwidth=2