@@ -23,7 +23,8 @@ If you are experiencing issues, please make sure you have the latest versions.
2323
2424External Requirements:
2525- Basic utils: ` git ` , ` make ` , ` unzip ` , C Compiler (` gcc ` )
26- - [ ripgrep] ( https://github.com/BurntSushi/ripgrep#installation )
26+ - [ ripgrep] ( https://github.com/BurntSushi/ripgrep#installation ) ,
27+ [ fd-find] ( https://github.com/sharkdp/fd#installation )
2728- Clipboard tool (xclip/xsel/win32yank or other depending on the platform)
2829- A [ Nerd Font] ( https://www.nerdfonts.com/ ) : optional, provides various icons
2930 - if you have it set ` vim.g.have_nerd_font ` in ` init.lua ` to true
@@ -33,13 +34,13 @@ External Requirements:
3334 - If you want to write Golang, you will need ` go `
3435 - etc.
3536
36- > ** NOTE**
37+ > [ ! NOTE]
3738> See [ Install Recipes] ( #Install-Recipes ) for additional Windows and Linux specific notes
3839> and quick install snippets
3940
4041### Install Kickstart
4142
42- > ** NOTE**
43+ > [ ! NOTE]
4344> [ Backup] ( #FAQ ) your previous configuration (if any exists)
4445
4546Neovim's configurations are located under the following paths, depending on your OS:
@@ -56,7 +57,7 @@ Neovim's configurations are located under the following paths, depending on your
5657so that you have your own copy that you can modify, then install by cloning the
5758fork to your machine using one of the commands below, depending on your OS.
5859
59- > ** NOTE**
60+ > [ ! NOTE]
6061> Your fork's URL will be something like this:
6162> ` https://github.com/<your_github_username>/kickstart.nvim.git `
6263
@@ -65,7 +66,8 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
6566[ recommended to track it in version control] ( https://lazy.folke.io/usage/lockfile ) .
6667
6768#### Clone kickstart.nvim
68- > ** NOTE**
69+
70+ > [ !NOTE]
6971> If following the recommended step above (i.e., forking the repo), replace
7072> ` nvim-lua ` with ` <your_github_username> ` in the commands below
7173
0 commit comments