dotfiles/.config/nvim/init.lua

5 lines
134 B
Lua

-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
if vim.g.neovide then
require("neovide-config").setup()
end