@@ -15,15 +15,14 @@ Plug 'justinmk/vim-dirvish' " file navigation... F I R S T
1515
1616" Plug 'floobits/floobits-neovim' " magic stuff
1717Plug ' blueyed/vim-diminactive' " dim inactive split
18- Plug ' bounceme/poppy.vim' " rainbows for parentheses
19- " Plug 'ciaranm/securemodelines' " less haxx
18+ " Plug 'bounceme/poppy.vim' " rainbows for parentheses
19+ Plug ' ciaranm/securemodelines' " less haxx
2020Plug ' editorconfig/editorconfig-vim' " indent the same...
2121Plug ' itchyny/lightline.vim' " an statusbar
2222" Plug 'jiangmiao/auto-pairs' " autocomplete brackets: @see: https://bit.ly/2qQYZ0P
2323Plug ' junegunn/vim-easy-align' " align stuff... like csv columns
2424Plug ' kristijanhusak/vim-dirvish-git' " dirvish git stuff
2525" Plug 'matze/vim-move' " line-bubbling
26- " Plug 'mechatroner/rainbow_csv' " csv pretties
2726Plug ' mhinz/vim-signify' " show git changes in gutter
2827Plug ' myusuf3/numbers.vim' " relative line numbering
2928Plug ' nathanaelkane/vim-indent-guides' " what it says
@@ -44,16 +43,21 @@ Plug 'junegunn/fzf.vim'
4443
4544" " IdIDE:
4645" Plug 'ludovicchabant/vim-gutentags'
46+ " Plug 'sheerun/vim-polyglot'
47+ " Plug 'norcalli/nvim-base16.lua'
48+ " Plug 'norcalli/nvim.lua'
4749Plug ' nvim-lua/plenary.nvim'
4850Plug ' nvim-telescope/telescope.nvim'
4951Plug ' nvim-treesitter/nvim-treesitter' , {' do' : ' :TSUpdate' }
5052Plug ' nvim-treesitter/nvim-treesitter-textobjects'
53+ Plug ' p00f/nvim-ts-rainbow'
5154
5255" " CoCOC:
5356Plug ' yuki-yano/fzf-preview.vim' , { ' branch' : ' release/remote' , ' do' : ' :UpdateRemotePlugins' }
5457Plug ' neoclide/coc.nvim' , {' branch' : ' release' }
5558
5659" TtTtTheme: PRETTY PRETTY PRETTY PRETTY PRETTY PRETTY
5760Plug ' chriskempson/base16-vim' , {' do' : ' git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell' }
61+ " @see: https://github.com/RRethy/nvim-base16
5862
5963call plug#end ()
0 commit comments