nvim: adjust for vscode use
This commit is contained in:
parent
f52473a0d1
commit
b610723ea6
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@ vim.g.maplocalleader = "\\"
|
|||
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{ import = "plugins" },
|
||||
{
|
||||
import = "plugins",
|
||||
cond = function()
|
||||
return not vim.g.vscode
|
||||
end,
|
||||
},
|
||||
},
|
||||
checker = { enabled = true },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue