Post-upgrade fixes to noice and overseer
This commit is contained in:
parent
2237f3923f
commit
13059ec752
16
lua/plugins/noice.lua
Normal file
16
lua/plugins/noice.lua
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
return {
|
||||||
|
"folke/noice.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
-- thallada: REMOVE THIS once this issue is fixed: https://github.com/yioneko/vtsls/issues/159
|
||||||
|
opts = {
|
||||||
|
routes = {
|
||||||
|
{
|
||||||
|
filter = {
|
||||||
|
event = "notify",
|
||||||
|
find = "Request textDocument/inlayHint failed",
|
||||||
|
},
|
||||||
|
opts = { skip = true },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
@ -1,6 +1,10 @@
|
|||||||
return {
|
return {
|
||||||
"stevearc/overseer.nvim",
|
"stevearc/overseer.nvim",
|
||||||
opts = {},
|
opts = {
|
||||||
|
task_list = {
|
||||||
|
direction = "left",
|
||||||
|
},
|
||||||
|
},
|
||||||
keys = {
|
keys = {
|
||||||
{ "<leader>o", "<cmd>OverseerToggle<CR>", desc = "Toggle Overseer Panel" },
|
{ "<leader>o", "<cmd>OverseerToggle<CR>", desc = "Toggle Overseer Panel" },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user