Install Zoxide plugin, helpful for GVim especially
This commit is contained in:
parent
41380c6427
commit
1e6904e8bb
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ if !isdirectory($VIMRUNTIME .. '/pack/dist/opt/editorconfig')
|
||||||
minpac#add('editorconfig/editorconfig-vim', {name: 'editorconfig', type: 'opt'})
|
minpac#add('editorconfig/editorconfig-vim', {name: 'editorconfig', type: 'opt'})
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Access Zoxide, a frecency-powered cd command, from inside Vim.
|
||||||
|
minpac#add('nanotee/zoxide.vim')
|
||||||
|
|
||||||
# skim is a standalone fuzzy finder, kinda like fzf or fzy or selecta, but
|
# skim is a standalone fuzzy finder, kinda like fzf or fzy or selecta, but
|
||||||
# written in Rust. These two plugins teach Vim to integrate with it, so you
|
# written in Rust. These two plugins teach Vim to integrate with it, so you
|
||||||
# can use skim's high performance fuzzy finding to locate stuff (files,
|
# can use skim's high performance fuzzy finding to locate stuff (files,
|
||||||
|
|
Loading…
Reference in a new issue