import parsers for nix
This commit is contained in:
parent
b754c49669
commit
3668419abd
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -1,4 +1,6 @@
|
||||||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
-- bootstrap lazy.nvim, LazyVim and your plugins
|
||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
|
|
||||||
|
local ok, mymod = pcall(require, "parsers")
|
||||||
|
|
||||||
vim.g.editorconfig = true
|
vim.g.editorconfig = true
|
||||||
|
|
Loading…
Reference in a new issue