An open API service indexing awesome lists of open source software.

https://github.com/spearwolf/nvim-config

my personal nvim config
https://github.com/spearwolf/nvim-config

config nvim personal

Last synced: about 1 year ago
JSON representation

my personal nvim config

Awesome Lists containing this project

README

          

❗ this is the _old_ neovim config - see [spearwolf/nvim-config-next](https://github.com/spearwolf/nvim-config-next) for the _latest_ neovim config ❗

# nvim-config

_my personal, very minimal neovim config_ :blush:

## 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](https://github.com/neoclide/coc.nvim/wiki/Using-coc-extensions#implemented-coc-extensions)

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

---

have fun!
🌸