v3.4.1
SUMMARY
This is a maintenance release.
- You can now define treesitter parsers that will be installed during bootstrap in user/
settings.lua
. - Removed
sqlite.lua
(telescope-frecency). Please follow the documentation if you encounter issues when migrating the database. - Added gofumpt and goimports (for Go) to the list of general-purpose servers that will be installed during bootstrap.
- Some preset colorschemes have been removed. (#993)
- toggleterm's keymaps now respect
v:count
. - Supported
indent-blankline
v3.
Have a look at the "What's Changed" section for minor fixes.
What's Changed
- fix(install): change user settings during installation by @ayamir in 98e020b
- fix(indent-blankline): error caused by BufReadPost event by @ayamir in 0ce5f35
- fix: change the preset
lua/user
tolua/user_template
by @popjdh in #986 - chore(CI): bump deps versions by @Jint-lzxy in #987
- fix(scripts): consider extreme cases by @Jint-lzxy in #988
- chore(settings): move the config of treesitter to core.settings by @justforlxz in #990
- chore: keep code styles and descriptions consistent by @Jint-lzxy in #991
- feat(plugins)!: remove some preset colorschemes by @ayamir in #993
- feat(null_ls_deps): add
gofumpt
andgopls
by @cherrot in #996 - fix(neodim): pin to v2.0 by @Jint-lzxy in #1003
- fix(ToggleTerm/keymap): respect
v:count
by @ayamir in #1012 - feat(ibl): support
indent-blankline
v3 by @CharlesChiuGit in #1011 - fix(nixos): Add go lang. by @misumisumi in #1016
- refactor(telescope-frecency)!: remove support for
sqlite.lua
by @CharlesChiuGit in #1019 - chore(CI): bump deps versions by @Jint-lzxy in #1020
New Contributors
- @popjdh made their first contribution in #986
- @justforlxz made their first contribution in #990
Full Changelog: v3.4.0...v3.4.1