5 lines
134 B
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
|