making far actually work

This commit is contained in:
Chris 2020-08-08 17:27:47 -04:00
parent 8ec63e6aaa
commit a22b3f2ba4
3 changed files with 12 additions and 6 deletions

View file

@ -79,7 +79,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
" highlight all matches under cursor
Plug 'RRethy/vim-illuminate'
" Find and replace
Plug 'brooth/far.vim'
Plug 'ChristianChiarulli/far.vim'
" Auto change html tags
Plug 'AndrewRadev/tagalong.vim'
" live server
@ -129,6 +129,8 @@ call plug#begin('~/.config/nvim/autoload/plugged')
" Plug 'mhinz/vim-signify'
" Plug 'easymotion/vim-easymotion'
" Plug 'preservim/nerdcommenter'
" Plug 'brooth/far.vim'
" Plug 'atishay/far.vim'
call plug#end()