add some more leader keymappings

This commit is contained in:
2026-07-25 21:06:35 -05:00
parent b49309d6c3
commit 139bd8546b
2 changed files with 11 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ My goal with this repo was a relatively hands-free installation of nvim and ever
**Note:** I recently gave this repo a major overhaul because I wanted autocomplete, better LSP support, and for nvim to feel like an actual editor. To view the old version of the config, you can view the `legacy` tag in this git repo
## requirements
* Neovim 0.12+
* npm installed globally
@@ -39,6 +40,9 @@ rm ./tree-sitter-cli-linux-x64.zip
# clone this repo to your nvim config
git clone https://gitea.jovan04.com/evan/neovim-config ~/.config/nvim
# it might also be helpful to set up an alias (also in .rc)
alias nv="nvim"
```
## includes