|
|
@ -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
|
|
|
|