update to fix FAR

This commit is contained in:
Chris 2021-03-08 03:41:15 -05:00
parent e52ba72cc2
commit 717c20c70a
3 changed files with 6 additions and 2 deletions

View file

@ -136,6 +136,9 @@ Example:
:UpdateRemotePlugins
```
To replace in file make sure to specify `%:p`
To replace across project specify `**/*.<your_extension>`
## TabNine
To use TabNine enter the following in a buffer:

View file

@ -119,6 +119,7 @@ let g:which_key_map.d = {
\ }
" f is for find and replace
" \ 'f' : [':Farr' , 'file'],
let g:which_key_map.f = {
\ 'name' : '+find & replace' ,
\ 'f' : [':Farr --source=vimgrep' , 'file'],

View file

@ -87,7 +87,8 @@ call plug#begin('~/.config/nvim/autoload/plugged')
" undo time travel
Plug 'mbbill/undotree'
" Find and replace
Plug 'ChristianChiarulli/far.vim'
" Plug 'ChristianChiarulli/far.vim'
Plug 'brooth/far.vim'
" Auto change html tags
Plug 'AndrewRadev/tagalong.vim'
" live server
@ -168,7 +169,6 @@ call plug#begin('~/.config/nvim/autoload/plugged')
" Plug 'neomake/neomake'
" Plug 'mhinz/vim-signify'
" Plug 'preservim/nerdcommenter'
" Plug 'brooth/far.vim'
" Plug 'atishay/far.vim'
" Plug 'romgrk/lib.kom'
" Plug 'brooth/far.vim'