1
Fork 0

Mini.surround and mini.files

This commit is contained in:
Matei Adriel 2023-08-29 15:24:30 +03:00
parent cb6ad4da32
commit c4e8869820
No known key found for this signature in database
6 changed files with 79 additions and 14 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -118,8 +118,8 @@ return {
"christoomey/vim-tmux-navigator",
keys = { "<C-h>", "<C-j>", "<C-k>", "<C-l>" },
cond = env.vscode.not_active()
and env.neovide.not_active()
and env.firenvim.not_active(),
and env.neovide.not_active()
and env.firenvim.not_active(),
},
{
@ -159,6 +159,7 @@ return {
-- case switching + the subvert command
"tpope/vim-abolish",
event = "VeryLazy",
enabled = false,
},
{