C now has 2 indents instead of 4
This commit is contained in:
5
.config/nvim/after/ftplugin/c.lua
Normal file
5
.config/nvim/after/ftplugin/c.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
Event = 'VeryLazy'
|
||||
|
||||
vim.opt_local.tabstop = 2 -- number of visual spaces per TAB
|
||||
vim.opt_local.softtabstop = 2 -- number of idfk tab when editing
|
||||
vim.opt_local.shiftwidth = 2 -- number of spaces to insert on tab
|
||||
5
.config/nvim/after/ftplugin/cpp.lua
Normal file
5
.config/nvim/after/ftplugin/cpp.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
Event = 'VeryLazy'
|
||||
|
||||
vim.opt_local.tabstop = 2 -- number of visual spaces per TAB
|
||||
vim.opt_local.softtabstop = 2 -- number of idfk tab when editing
|
||||
vim.opt_local.shiftwidth = 2 -- number of spaces to insert on tab
|
||||
Reference in New Issue
Block a user