First commit.
This commit is contained in:
commit
164e828e70
22 changed files with 1241 additions and 0 deletions
18
after/plugin/indent-blankline.lua
Normal file
18
after/plugin/indent-blankline.lua
Normal file
|
@ -0,0 +1,18 @@
|
|||
require("ibl").setup({
|
||||
indent = { char = "│" },
|
||||
scope = { enabled = false },
|
||||
exclude = {
|
||||
filetypes = {
|
||||
"help",
|
||||
"alpha",
|
||||
"dashboard",
|
||||
"neo-tree",
|
||||
"Trouble",
|
||||
"lazy",
|
||||
"mason",
|
||||
"notify",
|
||||
"toggleterm",
|
||||
"lazyterm",
|
||||
},
|
||||
},
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue