remove quickshell
This commit is contained in:
parent
8bec2a9ac1
commit
ae5e18bb21
112 changed files with 308 additions and 24684 deletions
|
|
@ -135,6 +135,16 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
"pimalaya/himalaya-vim",
|
||||
{
|
||||
"rachartier/tiny-inline-diagnostic.nvim",
|
||||
event = "VeryLazy", -- Or `LspAttach`
|
||||
priority = 1000, -- needs to be loaded in first
|
||||
config = function()
|
||||
require("tiny-inline-diagnostic").setup()
|
||||
vim.diagnostic.config({ virtual_text = false }) -- Only if needed in your configuration, if you already have native LSP diagnostics
|
||||
end,
|
||||
},
|
||||
-- lua with lazy.nvim
|
||||
{
|
||||
"max397574/better-escape.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue