chore(nvim): remove conditional loading in VSCode

This commit is contained in:
Stefan Imhoff
2023-08-05 08:31:43 +02:00
parent dfdcb1a1b3
commit 0e005cc203
61 changed files with 0 additions and 63 deletions

View File

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