Skip to content

Commit 09868bf

Browse files
committed
fix: bump required Neovim version to 0.10
1 parent a75a3a8 commit 09868bf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/content/docs/faq.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If your icons appear too small it's because you're using a Mono font. If a font
3636

3737
## Why am I getting `symbol not found` error on Mac OS Sonoma?
3838

39-
This was a bug in core Neovim not supporting Mac OS Sonoma. Most likely you have an outdated [Neovim](https://github.com/neovim/neovim) version, please update to at least v0.9.4.
39+
This was a bug in core Neovim not supporting Mac OS Sonoma. Most likely you have an outdated [Neovim](https://github.com/neovim/neovim) version, please update to at least v0.10.
4040

4141
## Why is `<Leader>fw` not working?
4242

@@ -54,4 +54,3 @@ Feel free to join our [official community Discord server!](https://discord.astro
5454
2. Make sure to have read the documentation ([RTFM!](https://www.urbandictionary.com/define.php?term=RTFM))
5555
3. Use the Discord search functions within the `#astronvim` channel & the `#help-forum` channel to see if your question has been answered before
5656
4. If the above steps didn't help then please open a post in the `#help-forum` channel and wait for someone to respond
57-

src/content/docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AstroNvim is an aesthetically pleasing and feature-rich neovim config that is ex
2525
## ⚡ Requirements
2626

2727
- [Nerd Fonts](https://www.nerdfonts.com/font-downloads) (_Optional with manual intervention:_ See [Recipes/Customizing Icons](/recipes/icons#disable-icons)) <sup>[[1]](#1)</sup>
28-
- [Neovim v0.9.5+ (_Not_ including nightly)](https://github.com/neovim/neovim/releases/tag/stable)
28+
- [Neovim v0.10+ (_Not_ including nightly)](https://github.com/neovim/neovim/releases/tag/stable)
2929
- [Tree-sitter CLI](https://github.com/tree-sitter/tree-sitter/blob/master/cli/README.md) (_Note:_ This is only necessary if you want to use `auto_install` feature with Treesitter)
3030
- A clipboard tool is necessary for the integration with the system clipboard (see [`:help clipboard-tool`](https://neovim.io/doc/user/provider.html#clipboard-tool) for supported solutions)
3131
- Terminal with true color support (for the default theme, otherwise it is dependent on the theme you are using) <sup>[[2]](#2)</sup>

0 commit comments

Comments
 (0)