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
- Host: GitHub
- URL: https://github.com/spearwolf/nvim-config
- Owner: spearwolf
- Created: 2023-01-12T09:26:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T11:44:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T08:13:54.755Z (over 1 year ago)
- Topics: config, nvim, personal
- Language: Vim Script
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
🌸