6 lines
212 B
Lua
6 lines
212 B
Lua
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
|