diff options
| author | Chris <[email protected]> | 2020-05-03 22:00:46 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2020-05-03 22:00:46 -0400 | 
| commit | 926819bc6a156bc909af67d354142fa8e727ea9a (patch) | |
| tree | 727cef6a50b08b3c1eab2c9e8d618e99c265bf3e /vim-plug | |
| parent | 5f0eee0dd9e132f66a292957de170334a0e22f0a (diff) | |
configured sneak and quickscope
Diffstat (limited to 'vim-plug')
| -rw-r--r-- | vim-plug/plugins.vim | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/vim-plug/plugins.vim b/vim-plug/plugins.vim index 13391190..df5d76f1 100644 --- a/vim-plug/plugins.vim +++ b/vim-plug/plugins.vim @@ -28,6 +28,10 @@ call plug#begin('~/.config/nvim/autoload/plugged')      Plug 'asvetliakov/vim-easymotion'    else +    " Text Navigation +    Plug 'justinmk/vim-sneak' +    Plug 'unblevable/quick-scope' +    " Plug 'easymotion/vim-easymotion'      " Add some color      Plug 'norcalli/nvim-colorizer.lua'      Plug 'junegunn/rainbow_parentheses.vim' @@ -71,9 +75,6 @@ call plug#begin('~/.config/nvim/autoload/plugged')      " Plug 'SirVer/ultisnips'      " Better Comments      Plug 'jbgutierrez/vim-better-comments' -    " Text Navigation -    Plug 'justinmk/vim-sneak' -    Plug 'unblevable/quick-scope'    endif  | 
