commit
This commit is contained in:
@ -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
18
lua/plugins/snacks.lua
Normal 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 = {},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user