moving editorconfig to options
This commit is contained in:
parent
4388bdef04
commit
521a481e71
2 changed files with 2 additions and 2 deletions
2
init.lua
2
init.lua
|
@ -2,5 +2,3 @@
|
|||
require("config.lazy")
|
||||
|
||||
local ok, mymod = pcall(require, "parsers")
|
||||
|
||||
vim.g.editorconfig = true
|
||||
|
|
|
@ -10,6 +10,8 @@ vim.filetype.add({
|
|||
},
|
||||
})
|
||||
|
||||
vim.g.editorconfig = true
|
||||
|
||||
vim.cmd([[
|
||||
filetype plugin on
|
||||
filetype indent off
|
||||
|
|
Loading…
Reference in a new issue