use indent from snacks
This commit is contained in:
parent
24fec7586e
commit
ce4c38469e
2 changed files with 1 additions and 18 deletions
|
@ -240,6 +240,7 @@ return {
|
|||
notify = { enabled = true },
|
||||
quickfile = { enabled = true },
|
||||
words = { enabled = true },
|
||||
indent = { enabled = true },
|
||||
dashboard = {
|
||||
sections = {
|
||||
{
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue