Skip to content

Commit f93479c

Browse files
Updated readme more
1 parent a825592 commit f93479c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# papabryce's nvim (based on kickstart.nvim)
22

33
## 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:
48
1. clone with `git clone [email protected]:papabryce/nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim`
59
2. install fzf and ripgrep with `sudo pacman -S fzf && sudo pacman -S ripgrep`
610
3. start up nvim with `nvim`
@@ -9,6 +13,7 @@
913
6. uninstall vscode with `sudo pacman -R code` (or whatever godforsaken binary you have installed)
1014
7. profit
1115

16+
1217
## install
1318

1419
Neovim's configurations are located under the following paths, depending on your OS:

0 commit comments

Comments
 (0)