Add .config/nvim/lua/plugins/zeavim.lua
Update .config/packages/archgirlie
This commit is contained in:
parent
85f4776d20
commit
9201d63bb3
2 changed files with 27 additions and 0 deletions
25
dot_config/nvim/lua/plugins/zeavim.lua
Normal file
25
dot_config/nvim/lua/plugins/zeavim.lua
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"KabbAmine/zeavim.vim",
|
||||||
|
cmd = { "Zeavim", "ZeavimV", "Zeavim!", "Docset" },
|
||||||
|
keys = {
|
||||||
|
{
|
||||||
|
"<leader>z",
|
||||||
|
"<Plug>Zeavim",
|
||||||
|
desc = "Search word under cursor in Zeal",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"<leader>z",
|
||||||
|
"<Plug>ZVVisSelection",
|
||||||
|
mode = "v",
|
||||||
|
desc = "Search visual selection in Zeal",
|
||||||
|
},
|
||||||
|
{ "gz", "<Plug>ZVOperator", desc = "Search motion/text-object in Zeal" },
|
||||||
|
{
|
||||||
|
"<leader><leader>z",
|
||||||
|
"<Plug>ZVKeyDocset",
|
||||||
|
desc = "Search a specific docset in Zeal",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
|
@ -1,3 +1,4 @@
|
||||||
|
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
||||||
aic94xx-firmware
|
aic94xx-firmware
|
||||||
alsa-utils
|
alsa-utils
|
||||||
amfora
|
amfora
|
||||||
|
@ -168,6 +169,7 @@ python-pip
|
||||||
python-pipenv
|
python-pipenv
|
||||||
python-pipx
|
python-pipx
|
||||||
python-pynvim
|
python-pynvim
|
||||||
|
python-pywalfox
|
||||||
pywal-16-colors
|
pywal-16-colors
|
||||||
qbittorrent
|
qbittorrent
|
||||||
qt5-graphicaleffects
|
qt5-graphicaleffects
|
||||||
|
|
Loading…
Reference in a new issue