Skip to content

Commit 4200558

Browse files
committed
Merge remote-tracking branch 'upstream/master'
* upstream/master: Update remaining Mason's old address (nvim-lua#1530) fix: rename vim.highlight.on_yank to vim.hl.on_yank (nvim-lua#1482) README: mention fd-find in requirements (nvim-lua#1477) don't lazy-load neo-tree so netrw hijacking on startup works (nvim-lua#1489) Replace vim.opt with vim.o (nvim-lua#1495) feat: switch vim-sleuth for guess-indent.nvim (nvim-lua#1512) Change to Mason's new address (nvim-lua#1516) feat: switch nvim-cmp for blink.cmp (nvim-lua#1426) Remove Telescope `0.1` branch lock (nvim-lua#1448) Change LSP Keybindings to Match the Default `gr` Bindings Introduced in Neovim 0.11 (nvim-lua#1427) fix: minor misspellings (nvim-lua#1450) feat(keymap): move windows without `<C-w>` (nvim-lua#1368) changed Conform's format_on_save lambda so that buffers that match disable_filetypes return nil. This allows you to enable a formatter for langages in the disable_filetypes table to have a formatter that can be run manually with Leader-f but doesnt enable format_on_save for them (nvim-lua#1395) fix: use correct github abmonition syntax (nvim-lua#1414)
2 parents b3cc595 + 3338d39 commit 4200558

File tree

6 files changed

+153
-172
lines changed

6 files changed

+153
-172
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ If you are experiencing issues, please make sure you have the latest versions.
2323

2424
External 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
4546
Neovim'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
5657
so that you have your own copy that you can modify, then install by cloning the
5758
fork 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

Comments
 (0)