14.0.0 (2024-09-25)
⚠ BREAKING CHANGES
- grug-far-nvim: add more features and align with recommended
spectre.nvimmappings (#1212)
Features
- colorscheme: Add Everblush (#1221) (554bb1d)
- copilot-cmp: load when opening a file (#1205) (b7e5b28)
- go: Add golangcilint as default linter (#1213) (2467e24)
- grug-far-nvim: add
mini.filesintegration (b0ae1be) - grug-far-nvim: add more features and align with recommended
spectre.nvimmappings (#1212) (8100fe5) - julia: add
JuliaActivateEnvcommand for activating an environment (0bf6660) - lazydocker: load when required only (#1203) (283ca3c)
- lua: only enable
selenelinting ifselene.tomlexists (5b06dd4) - neotest: respect
vim.g.icons_enabled(2197737), closes #1207 - pack: add Harper (#1199) (84ecff9)
- recipes: add recipe for caching colorscheme settings (aabcbf1)
- utility: add
harper-lsintegration (84ecff9) - utility: add
hover.nvim(f6dafcf)
Bug Fixes
- avante-nvim: update correct plug mappings (#1210) (6f7ecaf)
- colorscheme: lazy load all colorschemes (#1218) (1d9046c)
- copilotchat-nvim: use custom prefix from astro core if defined (#1217) (a577479)
- dart: disable treesitter textobjects for Dart (#1211) (9b7efc7)
- grug-far-nvim: fix icon disabling (d64a67e)
- grug-far-nvim: fix typos in configuration (2294ae8)
- grug-far-nvim: improve visual mode mapping (4ce0029)
- grug-far-nvim: make
transienta truly default option (8e6982b) - grug-far-nvim: update deprecated function to new name (323743a)
- julia: add missing julia vs code extension defaults (c8c6c6c)
- julia: add support on attach to activate configured julia environment (795d194)
- julia: disable
missingrefslinting as recommended by the vscode Julia extension (bcbad7e) - julia: enable inlay hints in the julia language server (f4a19c4)
- neotest:
neodevshould not be a hard dependency (d14b5c5) - remote-sshfs-nvim: use function call result (#1208) (62e1768)
- tabout-nvim: make
nvim-cmpoptional and add support forvim.snippet(#1220) (237c689) - terraform: add missing
tflintinnvim-lintconfiguration (7c2d273) - ts-error-translator-nvim: add
ts_lsto list of filetypes (2367b0e) - typescript: add
ts_lsto list of typescript language servers (785b833) - verilog: remove non-existent packages (fda1a1d), closes #1202
- vim-matchup: improve compatibility with
nvim-cmp(aa3ddb8)