diff options
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ea5daf..ada9604d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file. ### <!-- 1 --> Features - _(cmp)_ documentation is deprecated in favor of window.documentation (#2461) +- _(installer)_ ensure correct responses when prompting user (#2506) +- _(peek)_ make sure max width and height are customizable (#2492) - _(plugins)_ add support for packer snapshots (#2351) - lock nvim <0.7 to a specific tag (#2491) @@ -15,12 +17,16 @@ All notable changes to this project will be documented in this file. - _(cmp)_ update nvim-cmp to the latest version (#2467) - _(cmp)_ hotfix nvim-cmp version - _(cmp)_ bring back default keybindings (#2470) +- _(cmp)_ update nvim-cmp to the latest version (#2467) (#2469) - _(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) +- _(nvimtree)_ escape the dot character in custom filter (#2493) +- _(nvimtree)_ make sure on_config_done is using the correct require (#2509) - _(readme)_ update lsp server ignore syntax +- _(readme)_ remove black as linter (#2510) - _(telescope)_ set <cr> binding to actions.select_default only (#2395) - _(theme)_ make sure the new theme is fully loaded (#2392) - _(windows)_ specify required powershell version for the installation script (#2376) @@ -32,6 +38,7 @@ All notable changes to this project will be documented in this file. - _(lsp)_ cleanup servers' override configuration (#2243) - re-enable packer.sync() in LvimReload (#2410) - update impatient (#2477) +- lock new installations to nvim v0.7+ (#2526) ### <!-- 4 --> Documentation |