Skip to content

Commit c7c0353

Browse files
Update README.md
1 parent 4279607 commit c7c0353

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
- Leader is `<Space>`
55
- To figure out what key(s) an action is bound to, do `<Space>sk`. This will [S]earch [K]eymaps
66
1. clone with `git clone [email protected]:papabryce/nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim`
7-
2. install fzf and ripgrep with `sudo pacman -S fzf && sudo pacman -S ripgrep`
8-
3. start up nvim with `nvim`
9-
4. type `:Lazy`, then type a capital `S`, this will install all plugins. When it is done, exit with `q`
7+
2. install fzf, ripgrep, nodejs, and npm with `sudo pacman -S fzf && sudo pacman -S ripgrep && sudo pacman -S nodejs && sudo pacman -S npm`
8+
3. start up nvim with `nvim`, then let Lazy initialize, exit with `q`, then exit nvim
9+
4. Start nvim and type `:Lazy`, then type a capital `S`, this will install all plugins. When it is done, exit with `q`
1010
5. type `:Mason`, then type a capital `S`, this will install all LSPs. When it is done, exit with `q`
1111
6. uninstall vscode with `sudo pacman -R code` (or whatever godforsaken binary you have installed)
1212
7. profit

0 commit comments

Comments
 (0)