лучше не лезьте

This commit is contained in:
2024-09-22 19:29:25 +04:00
parent 94e0023367
commit de3262e579
27 changed files with 1305 additions and 421 deletions

View File

@@ -19,6 +19,9 @@ lvim.plugins = {
{
'rust-lang/rust.vim',
},
{
'kevinhwang91/nvim-bqf'
},
{
'MunifTanjim/prettier.nvim'
},
@@ -186,14 +189,21 @@ lvim.plugins = {
{
"folke/noice.nvim",
event = "VeryLazy",
opts = {
routes = {
{
filter = { event = "notify", find = "No information available" },
opts = { skip = true },
},
},
presets = {
lsp_doc_border = true,
},
},
dependencies = {
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
"MunifTanjim/nui.nvim",
-- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback
"rcarriga/nvim-notify",
}
}
},
},
}