use after/ftplugin instead
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
vim.bo.expandtab = true
|
vim.opt_local.expandtab = true
|
||||||
vim.bo.shiftwidth = 4
|
vim.opt_local.shiftwidth = 4
|
||||||
vim.bo.tabstop = 4
|
vim.opt_local.tabstop = 4
|
||||||
|
|
||||||
local home = os.getenv("HOME") or os.getenv("USERPROFILE")
|
local home = os.getenv("HOME") or os.getenv("USERPROFILE")
|
||||||
local config = {
|
local config = {
|
||||||
Reference in New Issue
Block a user