docs: reality check for init.lua
This commit is contained in:
parent
a5a6626d12
commit
3aaa99288e
1 changed files with 3 additions and 3 deletions
6
init.lua
6
init.lua
|
|
@ -1,17 +1,17 @@
|
|||
--[[
|
||||
My simple Neovim configuration. Made from scratch, inspired by
|
||||
My simple(TM) Neovim configuration. Made from scratch, inspired by
|
||||
https://www.youtube.com/watch?v=w7i4amO_zaE
|
||||
|
||||
NOTE: EXTERNAL DEPENDENCIES MACOS
|
||||
- ripgrep (https://github.com/BurntSushi/ripgrep, used by telescope)
|
||||
- fd (https://github.com/sharkdp/fd, used by telescope)
|
||||
- A Nerd font (https://www.nerdfonts.com/, used by nvim-web-devicons)
|
||||
- A Nerd font (https://www.nerdfonts.com/, used by various plugins)
|
||||
|
||||
NOTE: EXTERNAL DEPENDENCIES WINDOWS
|
||||
See https://blog.nikfp.com/how-to-install-and-set-up-neovim-on-windows
|
||||
- ripgrep (https://github.com/BurntSushi/ripgrep, used by telescope)
|
||||
- fd (https://github.com/sharkdp/fd, used by telescope)
|
||||
- A Nerd font (https://www.nerdfonts.com/, used by nvim-web-devicons)
|
||||
- A Nerd font (https://www.nerdfonts.com/, used by various plugins)
|
||||
- nodejs-lts (used for npm to install prettier)
|
||||
- then run "npm i -g npm"
|
||||
- zig, wget, unzip, git, fzf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue