DISCONTINUED !!!! check https://github.com/edugomez102/dotfiles/tree/master/.config/nvim
Currently using nvim on Windows 10 😞💔
cd ~
git clone https://github.com/edugomez102/vimrc
mv vimrc .vim && cd .vim
mkdir undo-dir sessions
vim -c VimscriptPlugins -c qa
or just clone the repo and run vimrc/install.sh
then open vim and run :PlugInstall
if you want to install non-vimscript
plugins
note that some of them require dependencies
- run
:CocInstall coc-marketplace
- then run
:CocList marketplace
- search for the language you want coc.nvim to autocomplete!
- C++
- Python
- C#
- C
- Java
actually I have just added some lines to the after/ftplugin files but idk