feat: added deactivate for neo-tree and noice

This commit is contained in:
Folke Lemaitre 2023-01-24 08:39:41 +01:00
parent 5aa85e47e4
commit 10f809784d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 6 additions and 0 deletions

View file

@ -188,6 +188,9 @@ return {
{
"folke/noice.nvim",
event = "VeryLazy",
deactivate = function()
require("noice").disable()
end,
opts = {
lsp = {
override = {