You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/content/docs/faq.mdx
+1-2
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ If your icons appear too small it's because you're using a Mono font. If a font
36
36
37
37
## Why am I getting `symbol not found` error on Mac OS Sonoma?
38
38
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.
40
40
41
41
## Why is `<Leader>fw` not working?
42
42
@@ -54,4 +54,3 @@ Feel free to join our [official community Discord server!](https://discord.astro
54
54
2. Make sure to have read the documentation ([RTFM!](https://www.urbandictionary.com/define.php?term=RTFM))
55
55
3. Use the Discord search functions within the `#astronvim` channel & the `#help-forum` channel to see if your question has been answered before
56
56
4. If the above steps didn't help then please open a post in the `#help-forum` channel and wait for someone to respond
Copy file name to clipboardexpand all lines: src/content/docs/index.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ AstroNvim is an aesthetically pleasing and feature-rich neovim config that is ex
25
25
## ⚡ Requirements
26
26
27
27
-[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)
29
29
-[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)
30
30
- 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)
31
31
- 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