We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93479c commit 4279607Copy full SHA for 4279607
README.md
@@ -1,10 +1,8 @@
1
# papabryce's nvim (based on kickstart.nvim)
2
3
## alex guide (for idiots)
4
-notes:
5
- Leader is `<Space>`
6
- To figure out what key(s) an action is bound to, do `<Space>sk`. This will [S]earch [K]eymaps
7
-setup:
8
1. clone with `git clone [email protected]:papabryce/nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim`
9
2. install fzf and ripgrep with `sudo pacman -S fzf && sudo pacman -S ripgrep`
10
3. start up nvim with `nvim`
0 commit comments