Releases: mrjones2014/codesettings.nvim
Releases · mrjones2014/codesettings.nvim
v1.5.4
What's Changed
- [automation] update flake dependencies by @github-actions[bot] in #90
- feat: use custom filetype for output panel by @okuuva in #91
- [automation] update flake dependencies by @github-actions[bot] in #95
- fix: check for json parser instead of jsonc in healthcheck by @akioweh in #94
- fix: health subcommand by @okuuva in #92
- fix(docs): Update link to config schema in README.md by @mrjones2014 in #96
New Contributors
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- [automation] update flake dependencies by @github-actions[bot] in #85
- [automation] update flake dependencies by @github-actions[bot] in #86
- fix(root): Fix fatal error when user-provided root returns nil by @mrjones2014 in #88
- fix(docs): Fix rustaceanvim example config by @mrjones2014 in #89
Full Changelog: v1.5.2...v1.5.3
v1.5.2
What's Changed
- feat(schema): Support emmylua-ls by @mrjones2014 in #73
- feat(setup): make lua_ls integration also work for emmylua_ls by @mrjones2014 in #74
- [automation] update flake dependencies by @github-actions[bot] in #75
- [automation] update flake dependencies by @github-actions[bot] in #77
- [automation] update flake dependencies by @github-actions[bot] in #79
- fix(config): Map custom type aliases to
tablefor builder validation by @mrjones2014 in #81 - fix(settings): Fix an issue where empty tables are treated as lists by @mrjones2014 in #83
- fix(docs): Fix rustaceanvim example config by @mrjones2014 in #84
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- feat(config): Live reload settings when local config files change by @mrjones2014 in #69
- fix(lua_ls): lazily set up library paths by @mrjones2014 in #71
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- feat(config): Gen config Lua types and json schema from shared schema by @mrjones2014 in #62
- feat(build): Refactor build scripts to be more maintainable by @mrjones2014 in #63
- feat(config)!: Generate ConfigBuilder from schema by @mrjones2014 in #64
- fix(schema): Do not dot-expand terminal paths by @mrjones2014 in #67
- fix(show): Truncate large json schemas for display by @mrjones2014 in #68
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat(schema): Support VS Code style bracketed keys by @mrjones2014 in #56
- [automation] update flake dependencies by @github-actions[bot] in #57
- feat(config): Allow configuring plugin options with local files by @mrjones2014 in #59
- feat(extension): Built-in loader extension for .neoconf.json support by @mrjones2014 in #60
Full Changelog: v1.3.0...v1.4.0
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