Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

v4.0.3

Compare
Choose a tag to compare
@connorgmeehan connorgmeehan released this 18 Aug 07:40
· 86 commits to main since this release

Some "soft" breaking changes in this releases (should handle itself but could still cause complications). Explanations highlighted with the changes.

Fixes

  • db322f3 fix(auto_install)!: Switch to using default install directory.
    • Note: You will have to re-install your LSPs, this should happen automatically but if you have any extra LSPs they will need to be re-installed.
  • 5f9cf2d fix(keymaps): Incorrect EmmyLua typing
  • 5074f61 ea799b3 fix(whichkey): User keybinds not showing in whichkey.
  • 6b47758 fix(langs,vue): Fixed LSP broken in monorepos
  • ec17813 2693dbf 31668a5 fix(core): Updated minimum neovim version to 0.7.0 + added updating neovim docs.
    • Note: Including this in a minor release as doom-nvim was broken on 0.6.0 anyway, these changes just formalize it and tell users how to upgrade.
  • 845b5b6 fix(telescope): Broken <leader>. (browse_files) keybind.
  • 8d12f36 fix(core): Fix EmmyLua typing for doom.use_package
  • e8e7df7 fix(explorer): delete duplicate keybinding (#383)
    • This change fixes the explorer (<leader>oekeybind breaking after some use).

Other

  • b13be2e chore: Update pinned packer dependencies.