Couple of changes I had laying around
This commit is contained in:
parent
c8ab9f6894
commit
51ecf01feb
2 changed files with 5 additions and 1 deletions
|
@ -48,5 +48,7 @@ autocmd BufWritePre * :%s/\s\+$//e
|
|||
" 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
|
||||
" set rtp+=/usr/share/doc/fzf/examples
|
||||
" macOS: set rtp+=/opt/homebrew/opt/fzf
|
||||
" set rtp+=/usr/local/opt/fzf
|
||||
set rtp+=/opt/homebrew/opt/fzf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue