mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nvim): conditionally deactivate plugins conflicting in VSCode
This commit is contained in:
@@ -3,4 +3,5 @@
|
||||
return {
|
||||
"christoomey/vim-tmux-navigator",
|
||||
event = "VeryLazy",
|
||||
cond = vim.g.vscode == nil,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user