Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.35 KB

README.md

File metadata and controls

59 lines (43 loc) · 2.35 KB

PS - lua based configuration

I'm just using this configuration now -> https://github.com/killtheliterate/dotluavim

dear neovim,

My editor setup. Plugin management is handled by vim-plug.

step one

git clone http://github.com/killtheliterate/dotnvim.git ~/.config/nvim

step two

$ nvim +PlugInstall +UpdateRemotePlugins +qa

step colors

Uses chriskempson/base16-shell. Check out the base16-shell repo to add the appropriate stuff to your .bashrc/.zshrc/.whateverrc

step plugins

step Coc

list of coc extensions

:CocInstall coc-css coc-eslint coc-json coc-lists coc-pyright coc-sql coc-stylelintplus coc-tsserver coc-vimlsp coc-yaml

step yep

:Plug & :PlugClean & :PlugUpdate & :UpdateRemotePlugins