Skip to content

Commit

Permalink
fix: bump required Neovim version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 18, 2024
1 parent 1a6eb27 commit 5e937c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/content/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If your icons appear too small it's because you're using a Mono font. If a font

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

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.
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.

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

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

2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ AstroNvim is an aesthetically pleasing and feature-rich neovim config that is ex
## ⚡ Requirements

- [Nerd Fonts](https://www.nerdfonts.com/font-downloads) (_Optional with manual intervention:_ See [Recipes/Customizing Icons](/recipes/icons#disable-icons)) <sup>[[1]](#1)</sup>
- [Neovim v0.9.5+ (_Not_ including nightly)](https://github.com/neovim/neovim/releases/tag/stable)
- [Neovim v0.10+ (_Not_ including nightly)](https://github.com/neovim/neovim/releases/tag/stable)
- [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)
- 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)
- Terminal with true color support (for the default theme, otherwise it is dependent on the theme you are using) <sup>[[2]](#2)</sup>
Expand Down

0 comments on commit 5e937c3

Please sign in to comment.