This commit is contained in:
2025-01-24 00:20:04 +03:00
parent 7e99edfa66
commit 32d459cac0
4 changed files with 36 additions and 25 deletions

View File

@ -1,21 +0,0 @@
return {
"lukas-reineke/indent-blankline.nvim",
main = "ibl",
---@module "ibl"
---@type ibl.config
opts = {},
config = function()
require("ibl").setup({
exclude = {
filetypes = {
"lspinfo",
"packer",
"checkhealth",
"help",
"man",
"dashboard",
},
},
})
end,
}

18
lua/plugins/snacks.lua Normal file
View File

@ -0,0 +1,18 @@
return {
"folke/snacks.nvim",
---@type snacks.Config
opts = {
picker = {
-- your picker configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
},
indent = {
---
},
scroll = {
---
},
toggle = {},
},
}