NeoVim [Oleksandr Kocherhin] Neovim configs

https://www.youtube.com/watch?v=YrLiugDhCuk


$ cd ~/.config/nvim
$ rm -rf *
$ git clone https://gitlab.com/ejiqpep/nvim-config .


$ cd autoload
$ curl https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -o plug.vim


$ mkdir -p ~/.config/nvim/plugged
$ nvim ~/.config/nvim/init.vim


:PlugInstall


[On Error Message] neovim [coc.nvim] build/inderx.js not found, please install dependencies and compile coc.nvim : yarn install

$ cd ~/.config/nvim/plugged/coc.nvim/
$ yarn install
$ yarn build


Commands

Switch to file browsing mode

:Ex or if that is not working use :Explore


d for creating a directory

% for creating a new file