1
0
Fork 0

use indent from snacks

This commit is contained in:
zymon 2025-03-15 22:17:47 +01:00
parent 24fec7586e
commit ce4c38469e
2 changed files with 1 additions and 18 deletions

View file

@ -240,6 +240,7 @@ return {
notify = { enabled = true },
quickfile = { enabled = true },
words = { enabled = true },
indent = { enabled = true },
dashboard = {
sections = {
{

View file

@ -282,24 +282,6 @@ return {
lualine.setup(config)
end,
},
{ -- indentation guides to all lines without conceal
"https://github.com/lukas-reineke/indent-blankline.nvim",
event = "BufReadPre",
main = "ibl",
opts = {
indent = { char = "", },
exclude = {
filetypes = {
"help",
"dashboard",
"neo-tree",
"Trouble",
"lazy",
"norg"
}
},
},
},
{ -- noice ui
"https://github.com/folke/noice.nvim",
dependencies = {