diff options
author | kylo252 <[email protected]> | 2022-01-24 13:05:03 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-01-24 13:05:03 +0100 |
commit | 2fa176f23fb8dffbafbac6a1f5e34c1f9c79c3f7 (patch) | |
tree | fc583e74f6f181196ca90e84b21354b0a2aaa761 /CHANGELOG.md | |
parent | 0cdf7e2e5ddd30fa677fd422ea1052110b42b27d (diff) |
chore: update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 78769e1d..c3b800c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,19 @@ All notable changes to this project will be documented in this file. ### <!-- 2 --> Bugfix +- _(autopairs)_ Remove weird tex rules from autopairs (#2206) +- _(diag)_ Show lsp-diag code in open_float (#2180) - _(installer)_ Usernames can contain @ symbol (#2167) +- _(logging)_ Disable insane amount of logging inside lvim.log (#2205) +- _(lsp)_ Use temporary fork of lua-dev (#2187) - _(which-key)_ The PR has been merged to the original repo (#2172) - _(zsh)_ Don't set filetype to sh (#2035) +### <!-- 3 --> Refactor + +- _(nvim-tree)_ Cleanup and update settings (#2182) +- Remove unused outdated files (#2184) + ## [1.0.0] ### <!-- 1 --> Features |