❗ this is the old neovim config - see spearwolf/nvim-config-next for the latest neovim config ❗
my personal, very minimal neovim config 😊
please install https://github.com/junegunn/vim-plug before!
the easiest way is to clone this repo directly to $HOME/.config/nvim/
if under windows you have to set the following environment variable:
XDG_CONFIG_HOME=C:\Users\USERNAME\.config
after setup you can install the dependencies (inside nvim) with: :PlugInstall
.
copy keybindings.json
to $HOME/AppData/Roaming/Code/keybdings.json
:CocInstall coc-tsserver
:CocInstall coc-json
:CocInstall coc-eslint
:CocInstall coc-prettier
have fun! 🌸