summaryrefslogtreecommitdiffstats
path: root/.config/nvim/after/plugin
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-27 11:59:52 +0100
committerJoe <rbo@gmx.us>2023-12-27 11:59:52 +0100
commitf2d041f850547b6a3db3ff5333c1cc468395c342 (patch)
tree6c572893e72f434bf70595a3f07d89be6e32b227 /.config/nvim/after/plugin
parenttree (diff)
downloaddotfiles-bsd-f2d041f850547b6a3db3ff5333c1cc468395c342.tar.gz
dotfiles-bsd-f2d041f850547b6a3db3ff5333c1cc468395c342.tar.bz2
dotfiles-bsd-f2d041f850547b6a3db3ff5333c1cc468395c342.tar.xz
dotfiles-bsd-f2d041f850547b6a3db3ff5333c1cc468395c342.tar.zst
dotfiles-bsd-f2d041f850547b6a3db3ff5333c1cc468395c342.zip
up
Diffstat (limited to '.config/nvim/after/plugin')
-rw-r--r--.config/nvim/after/plugin/whichkey.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/nvim/after/plugin/whichkey.lua b/.config/nvim/after/plugin/whichkey.lua
index 6c32396..9635ce0 100644
--- a/.config/nvim/after/plugin/whichkey.lua
+++ b/.config/nvim/after/plugin/whichkey.lua
@@ -25,7 +25,6 @@ wk.register({
h = { ':Startify<CR>', 'startify', noremap = true, silent = true },
k = { ':w<CR>:bp<CR>:bd #<CR>', 'write and close buffer', noremap = true, silent = false },
u = { vim.cmd.UndotreeToggle, 'undotree', noremap = true, silent = true },
- v = { ':FloatermNew vifm<CR>', 'vifm', noremap = true, silent = true },
w = { ':w<CR>', 'write buffer', noremap = true, silent = false },
x = { ':w<CR>:bp<CR>:bd #<CR>', 'write and close buffer', noremap = true, silent = false },
f = {
@@ -47,7 +46,7 @@ wk.register({
v = {
name = 'nvim',
v = { vim.cmd.Ex, 'explorer', noremap = true, silent = true },
- u = { ':PlugUpgrade<CR>:PlugUpdate<CR>', 'upgrade', noremap = true, silent = true },
+ u = { vim.cmd.PackerSync, 'upgrade', noremap = true, silent = true },
},
}, { prefix = '<leader>', })
wk.setup({