mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
feat: added deactivate for neo-tree and noice
This commit is contained in:
parent
5aa85e47e4
commit
10f809784d
2 changed files with 6 additions and 0 deletions
|
@ -188,6 +188,9 @@ return {
|
|||
{
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
deactivate = function()
|
||||
require("noice").disable()
|
||||
end,
|
||||
opts = {
|
||||
lsp = {
|
||||
override = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue