mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
chore: disable mini.notify lsp_progress integration
This commit is contained in:
parent
2758fd1022
commit
acc0ad0c5a
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
||||||
surround = { };
|
surround = { };
|
||||||
ai = { };
|
ai = { };
|
||||||
hipatterns = { };
|
hipatterns = { };
|
||||||
notify = { };
|
notify = {
|
||||||
|
lsp_progress.enable = false;
|
||||||
|
};
|
||||||
tabline = { };
|
tabline = { };
|
||||||
trailspace = { };
|
trailspace = { };
|
||||||
cursorword = { };
|
cursorword = { };
|
||||||
|
|
Loading…
Reference in a new issue