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 },
|
notify = { enabled = true },
|
||||||
quickfile = { enabled = true },
|
quickfile = { enabled = true },
|
||||||
words = { enabled = true },
|
words = { enabled = true },
|
||||||
|
indent = { enabled = true },
|
||||||
dashboard = {
|
dashboard = {
|
||||||
sections = {
|
sections = {
|
||||||
{
|
{
|
||||||
|
|
|
@ -282,24 +282,6 @@ return {
|
||||||
lualine.setup(config)
|
lualine.setup(config)
|
||||||
end,
|
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
|
{ -- noice ui
|
||||||
"https://github.com/folke/noice.nvim",
|
"https://github.com/folke/noice.nvim",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue