This requires Neovim 0.9+.
-
Install dependencies.
MacOS / Linux: (Using Homebrew or your preferred package manager)
brew install git ripgrepWindows: (Using Scoop or your preferred package manager)
scoop install git ripgrep -
Copy config files.
MacOS / Linux:
git clone https://github.com/Paynecoder/nvim.git ~/.config/nvimWindows:
git clone https://github.com/Paynecoder/nvim.git ~/AppData/Local/nvim/ -
Launch neovim.
nvim . -
Delete git tracking from new nvim/ directory.
rm .\.git\
| Keybind | Description |
|---|---|
<leader> |
Set to " " (space) |
<leader>cd |
Open oil file explorer |
<leader>tt |
Open floating terminal window |
| Keybind | Description |
|---|---|
<leader>ff |
Find files |
<leader>fg |
Live grep |
<leader>fb |
List open buffers |
<leader>fh |
Help tags |
| Keybind | Description |
|---|---|
<leader>a |
Add current file to Harpoon list |
<C-e> |
Toggle Harpoon quick menu |
<C-p> |
Go to previous Harpoon file |
<C-n> |
Go to next Harpoon file |
| Keybind | Description |
|---|---|
<leader>cl |
Format current file |
| Keybind | Description |
|---|---|
<leader>xx |
Open trouble diagnostics menu |
| Keybind | Description |
|---|---|
<leader>lat |
Compile and View |
<leader>ss |
Toggle Spell Check |
z= |
Open suggestions |
zg |
Add to Dictionary |
gx |
Open Selected PDF in Oil |