fix: nvim ftplugins local options instead of global

This commit is contained in:
AngeD 2022-10-12 18:52:49 +02:00
parent f33a41fba9
commit 00e1412fc2
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
-- packages -- packages
-- variables -- variables
vim.o.shiftwidth = 2 vim.opt_local.shiftwidth = 2
vim.o.tabstop = 2 vim.opt_local.tabstop = 2
-- keybindings -- keybindings

View File

@ -1,7 +1,7 @@
-- packages -- packages
-- variables -- variables
vim.o.shiftwidth = 2 vim.opt_local.shiftwidth = 2
vim.o.tabstop = 2 vim.opt_local.tabstop = 2
-- keybindings -- keybindings