Skip to content

Commit

Permalink
fix(noice-nvim): disable lsp handlers in AstroLSP
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Feb 13, 2024
1 parent 5f49c1e commit 1b71e42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/astrocommunity/utility/noice-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ return {
end
end,
},
{
"AstroNvim/astrolsp",
---@type AstroLSPOpts
opts = { features = { lsp_handlers = false } },
},
{
"folke/noice.nvim",
event = "VeryLazy",
Expand All @@ -38,7 +43,6 @@ return {
},
})
end,
init = function() vim.g.lsp_handlers_enabled = false end,
},
{
"folke/edgy.nvim",
Expand Down

0 comments on commit 1b71e42

Please sign in to comment.