fix(nvim): conditionally deactivate plugins conflicting in VSCode

This commit is contained in:
Stefan Imhoff
2023-03-24 20:37:49 +01:00
parent 91316bf00a
commit 2b93d5ff58
62 changed files with 74 additions and 4 deletions

View File

@@ -3,4 +3,5 @@
return {
"christoomey/vim-tmux-navigator",
event = "VeryLazy",
cond = vim.g.vscode == nil,
}