starter/init.lua

8 lines
177 B
Lua
Raw Normal View History

2023-01-07 17:53:23 +08:00
-- bootstrap lazy.nvim, LazyVim and your plugins
2024-07-19 01:39:34 +08:00
if vim.g.vscode then
-- VSCode extension
require("code.code")
else
-- ordinary Neovim
require("config.lazy")
end