Releases: mrjones2014/codesettings.nvim
Releases · mrjones2014/codesettings.nvim
v1.3.0
What's Changed
- fix(annotations): Add modeline to set filetype to bigfile for generated annotations by @mrjones2014 in #47
- [automation] update flake dependencies by @github-actions[bot] in #48
- feat(integrations): Lua_ls integration by @mrjones2014 in #50
- feat!: Multi-root support via one-shot loader fluent API by @mrjones2014 in #43
- feat: Loader extensions + built in env extension by @mrjones2014 in #49
- feat(schemas): Add Haskell language server by @mrjones2014 in #51
- feat(schemas): Add Angular LSP by @mrjones2014 in #52
- feat(schemas): Add nickel_ls by @mrjones2014 in #53
- fix(schemas): Rename ruff_lsp to ruff by @mrjones2014 in #54
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- fix(schemas): Preserve 'definitions' by @mrjones2014 in #44
- fix(jsonls): Fix schema transforms for richer autocompletion + LSP help by @mrjones2014 in #45
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- feat: Add config option to allow user to provide their own root detection by @mrjones2014 in #32
- [automation] update flake dependencies by @github-actions[bot] in #33
- fix: simplify root_dir handling by @LorenzBischof in #36
- feat: support gopls (the language server for Go) by @damnever in #37
- fix(jsonls): preserve already configured json schemas by @okuuva in #34
- [automation] update flake dependencies by @github-actions[bot] in #38
- feat(schemas): Add nil_ls by @mrjones2014 in #39
New Contributors
- @LorenzBischof made their first contribution in #36
- @damnever made their first contribution in #37
- @okuuva made their first contribution in #34
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
- feat(perf): Improve performance of jsonls integration startup by @mrjones2014 in #24
- feat(schema): Add nixd schema by @mrjones2014 in #25
- fix(schema): Add special case for nixd by @mrjones2014 in #26
- fix(docs): Fix rustaceanvim example config by @mrjones2014 in #27
- fix: Fix module path in
localcommand by @mrjones2014 in #30 - feat: Add .jj as root pattern for Jujutsu repositories by @mrjones2014 in #31
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- fix(annotations): Use ? for marking fields optional and fix how defaults are displayed by @mrjones2014 in #20
- fix(jsonls): Support arbitrarily mixed key style for autocomplete by @mrjones2014 in #21
- chore: Organize modules and update docs generation by @mrjones2014 in #22
- chore(docs): Document how to use the generated Lua type annotations by @mrjones2014 in #23
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: generate Lua type annotations by @mrjones2014 in #16
- fix: make jsonls and jsonc features work better when the plugin is lazy loaded by @mrjones2014 in #17
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Custom config files and
jsonlsintegration by @mrjones2014 in #4 - [automation] update flake dependencies by @github-actions[bot] in #5
- feat: flexible settings loader, and special casing for
eslintby @mrjones2014 in #9 - [automation] update flake dependencies by @github-actions[bot] in #13
New Contributors
- @mrjones2014 made their first contribution in #4
- @github-actions[bot] made their first contribution in #5
Full Changelog: https://github.com/mrjones2014/codesettings.nvim/commits/v1.0.0