fix: nvim ftplugins local options instead of global
This commit is contained in:
parent
f33a41fba9
commit
00e1412fc2
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
-- packages
|
||||
|
||||
-- variables
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.tabstop = 2
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.tabstop = 2
|
||||
|
||||
-- keybindings
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
-- packages
|
||||
|
||||
-- variables
|
||||
vim.o.shiftwidth = 2
|
||||
vim.o.tabstop = 2
|
||||
vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.tabstop = 2
|
||||
|
||||
-- keybindings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue