Release for cv2022.10.06
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