nvim/init.lua

5 lines
99 B
Lua
Raw Normal View History

2024-07-09 10:32:31 +00:00
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
vim.g.editorconfig = true