mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 17:14:56 +02:00
making far actually work
This commit is contained in:
parent
8ec63e6aaa
commit
a22b3f2ba4
3 changed files with 12 additions and 6 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue