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

v3.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 02:09
· 852 commits to main since this release
af145d1

Changed

  • Updated dap-ui plugin configurations to match recent breaking changes.
    See #114 and #137
  • Updated gitsigns plugin configurations to match recent breaking changes. See #115
  • Updated nvim-tree.lua plugin configurations
  • Updated Neorg URL, neorg is now under nvim-neorg organization. See #115
  • Updated some other plugins URLs
  • Use ,o instead of <leader>o as Neorg leader. Fixes #110

Fixed

  • Proper conditional for triggering dashboard-nvim plugin (re-apply)
  • Correct description for splits in documentation. See #128
  • Do not try to load which-key.nvim if not installed. Fixes #124
  • Language servers not being installed with +lsp flag in doomrc.
    Fixes #87, see #149

Removed

  • Non-needed bufdo e, this was causing issues with nvim -d file1 file2. Fixes #127