Skip to content

v14.0.0

Compare
Choose a tag to compare
@astronvimbot astronvimbot released this 25 Sep 21:00
36018ab

14.0.0 (2024-09-25)

⚠ BREAKING CHANGES

  • grug-far-nvim: add more features and align with recommended spectre.nvim mappings (#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.files integration (b0ae1be)
  • grug-far-nvim: add more features and align with recommended spectre.nvim mappings (#1212) (8100fe5)
  • julia: add JuliaActivateEnv command for activating an environment (0bf6660)
  • lazydocker: load when required only (#1203) (283ca3c)
  • lua: only enable selene linting if selene.toml exists (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-ls integration (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 transient a 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 missingrefs linting as recommended by the vscode Julia extension (bcbad7e)
  • julia: enable inlay hints in the julia language server (f4a19c4)
  • neotest: neodev should not be a hard dependency (d14b5c5)
  • remote-sshfs-nvim: use function call result (#1208) (62e1768)
  • tabout-nvim: make nvim-cmp optional and add support for vim.snippet (#1220) (237c689)
  • terraform: add missing tflint in nvim-lint configuration (7c2d273)
  • ts-error-translator-nvim: add ts_ls to list of filetypes (2367b0e)
  • typescript: add ts_ls to list of typescript language servers (785b833)
  • verilog: remove non-existent packages (fda1a1d), closes #1202
  • vim-matchup: improve compatibility with nvim-cmp (aa3ddb8)

Reverts

  • go: remove golangcilint as default linter (#1215) (ed63ebc)