summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-04-20 13:31:16 +0200
committerkylo252 <[email protected]>2022-04-20 13:31:16 +0200
commite81d24e3c34cc9718b74de3c0f294c53fcbe82a8 (patch)
tree14f30bf8ae1562f2b55502ffeafc4796c3e87e97 /CHANGELOG.md
parentce4f7b0fc82dcc0ec604cd7b576ae5db95ab7235 (diff)
chore: update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9dc35db3..10ea5daf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,13 +8,18 @@ All notable changes to this project will be documented in this file.
- _(cmp)_ documentation is deprecated in favor of window.documentation (#2461)
- _(plugins)_ add support for packer snapshots (#2351)
-- add option to set maximum cmp menu width (#2425)
+- lock nvim <0.7 to a specific tag (#2491)
### <!-- 2 --> Bugfix
+- _(cmp)_ update nvim-cmp to the latest version (#2467)
+- _(cmp)_ hotfix nvim-cmp version
+- _(cmp)_ bring back default keybindings (#2470)
- _(impatient)_ avoid get_options in fast handler (#2451)
- _(installer/pwsh)_ fixes some details on installer and uninstaller (#2404)
+- _(lualine)_ color theme gaps in some components (#2465)
- _(luasnip)_ make sure all snippets are loaded (#2447)
+- _(luasnip)_ only use user snippets if the folder exists (#2481)
- _(readme)_ update lsp server ignore syntax
- _(telescope)_ set <cr> binding to actions.select_default only (#2395)
- _(theme)_ make sure the new theme is fully loaded (#2392)
@@ -26,6 +31,7 @@ All notable changes to this project will be documented in this file.
- _(lsp)_ replace deprecated ocamllsp with ocamlls (#2402)
- _(lsp)_ cleanup servers' override configuration (#2243)
- re-enable packer.sync() in LvimReload (#2410)
+- update impatient (#2477)
### <!-- 4 --> Documentation