index
:
nvimrc.git
main
My neovim setup
Eilertsens Kodeknekkeri
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lua
/
plugins
/
vim-ripgrep.lua
blob: 15eb8fe7fb95d682a40d0c6ed6ba5c05773acb83 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
return
{
{
"jremmen/vim-ripgrep"
,
lazy
=
false
,
config
=
function
()
end
;
}
}