Skip to content

Release for cv2022.10.06

Compare
Choose a tag to compare
@Avimitin Avimitin released this 06 Oct 04:01
· 809 commits to master since this release

FIX:

  • Fix the dashboard configuration and enable it by automatically
  • Fix lspconfig and treesitter don't loaded for jsx/tsx filetype issue
  • Fix conflict key mapping

CHANGES:

  • Use tsserver for js/jsx/ts/tsx by default, and inject eslint into lspconfig
  • Inject prettier as default formatter into lspconfig

Eslint and prettier injection are disabled by default. Copy the new option from custom.example.lua file to enable them.

  • Enable treesitter indent functionality
  • Enable treesitter fold functionality