I'm just using this configuration now -> https://github.com/killtheliterate/dotluavim
My editor setup. Plugin management is handled by vim-plug.
git clone http://github.com/killtheliterate/dotnvim.git ~/.config/nvim
$ nvim +PlugInstall +UpdateRemotePlugins +qa
Uses chriskempson/base16-shell. Check out
the base16-shell repo to add the appropriate stuff to your
.bashrc/.zshrc/.whateverrc
- blueyed/vim-diminactive
- bounceme/poppy.vim
- ciaranm/securemodelines
- editorconfig/editorconfig-vim
- itchyny/lightline.vim
- jiangmiao/auto-pairs
- junegunn/fzf
- junegunn/vim-easy-align
- justinmk/vim-dirvish
- kristijanhusak/vim-dirvish-git
- matze/vim-move
- mechatroner/rainbow_csv
- mhinz/vim-signify
- myusuf3/numbers.vim
- neoclide/coc.nvim
- sheerun/vim-polyglot
- sjl/vitality.vim
- tomtom/tcomment_vim
- tpope/vim-eunuch
- tpope/vim-fugitive
- tpope/vim-repeat
- tpope/vim-surround
- etc
step Coc
:CocInstall coc-css coc-eslint coc-json coc-lists coc-pyright coc-sql coc-stylelintplus coc-tsserver coc-vimlsp coc-yaml
:Plug
& :PlugClean
& :PlugUpdate
& :UpdateRemotePlugins