nvim/init.lua

5 lines
117 B
Lua
Raw Permalink Normal View History

2024-07-09 10:32:31 +00:00
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
2024-07-22 08:39:25 +00:00
local ok, mymod = pcall(require, "parsers")