Skip to content

v3.0.0

Compare
Choose a tag to compare
@Jint-lzxy Jint-lzxy released this 07 May 04:24
· 383 commits to main since this release
56538b7

This release mainly targeted Release v3.0.0 · ryanoasis/nerd-fonts.

  • Please update your installed nerd font(s) to v3.0.0 so that the icons can be rendered properly.
  • Starting from v3.0.0, please use the Mono variant (Nerd Font Mono or NFM) as your GUI font.
  • Added setting entry diagnostics_virtual_text. You can turn off live LSP diagnostics on the right side of the code here.
  • New plugin nvim-treesitter-context.
  • pright is now replaced with jedi_language_server. Please open :Mason and manually uninstall pright (place your cursor on pright and press X)

Have a look at the "What's Changed" section for minor fixes.

What's Changed

  • feat: add setting option for inline_diagnostic_virtual_text. by @ayamir in #706
  • feat(nvim-treesitter): add nvim-treesitter-context by @Saafo in #707
  • chore(settings): replace pright with jedi_language_server. by @ayamir in #713
  • fix(icons)!: update icon codepoints by @Jint-lzxy in #447

Full Changelog: v2.3.0...v3.0.0