/nvim-config

my personal nvim config

Primary LanguageVim Script

❗ this is the old neovim config - see spearwolf/nvim-config-next for the latest neovim config ❗

nvim-config

my personal, very minimal neovim config 😊

1. setup

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.

2. configure keybindings

windows

copy keybindings.json to $HOME/AppData/Roaming/Code/keybdings.json

3. installl coc extensions

Using-coc-extensions

:CocInstall coc-tsserver
:CocInstall coc-json
:CocInstall coc-eslint
:CocInstall coc-prettier

have fun! 🌸