Fix FZF on Debian
May just start to source these directly especially since that's the only thing that I do that's reliant on the runtime path.
This commit is contained in:
parent
678395dcdb
commit
d248894481
1 changed files with 6 additions and 4 deletions
10
vim/.vimrc
10
vim/.vimrc
|
@ -43,8 +43,10 @@ autocmd FileType markdown,text setl tw=80 wm=2
|
|||
|
||||
autocmd BufWritePre * :%s/\s\+$//e
|
||||
|
||||
set rtp+=~/.fzf
|
||||
|
||||
" TODO: Make this configurable to handle multiple OSes
|
||||
set rtp+=/usr/local/opt/fzf
|
||||
" set rtp+=/opt/homebrew/opt/fzf
|
||||
" Arch Linux: set rtp+=~/.fzf
|
||||
" Thought this was Debian: set rtp+=/usr/local/opt/fzf
|
||||
" This is Debian: source /usr/share/doc/fzf/examples/fzf.vim
|
||||
" This works for Debian too:
|
||||
set rtp+=/usr/share/doc/fzf/examples
|
||||
" macOS: set rtp+=/opt/homebrew/opt/fzf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue