mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
9 lines
No EOL
202 B
Lua
9 lines
No EOL
202 B
Lua
-- bootstrap lazy.nvim, LazyVim and your plugins
|
|
if vim.g.vscode then
|
|
-- VSCode extension
|
|
require("code.code")
|
|
require("code.test")
|
|
else
|
|
-- ordinary Neovim
|
|
require("config.lazy")
|
|
end |