moving editorconfig to options
parent
4388bdef04
commit
521a481e71
2
init.lua
2
init.lua
|
@ -2,5 +2,3 @@
|
||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
|
|
||||||
local ok, mymod = pcall(require, "parsers")
|
local ok, mymod = pcall(require, "parsers")
|
||||||
|
|
||||||
vim.g.editorconfig = true
|
|
||||||
|
|
|
@ -10,6 +10,8 @@ vim.filetype.add({
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.g.editorconfig = true
|
||||||
|
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
filetype indent off
|
filetype indent off
|
||||||
|
|
Loading…
Reference in New Issue