This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
v3.1.2
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 indoomrc
.
Fixes #87, see #149
Removed
- Non-needed
bufdo e
, this was causing issues withnvim -d file1 file2
. Fixes #127