woohooo
This commit is contained in:
commit
085347ddac
49 changed files with 1931 additions and 0 deletions
12
lua/plugins/indent-blankline.lua
Normal file
12
lua/plugins/indent-blankline.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
main = 'ibl',
|
||||
event = { 'BufReadPost', 'BufNewFile' },
|
||||
opts = {
|
||||
indent = { char = '│' },
|
||||
scope = { enabled = true, show_start = true },
|
||||
exclude = {
|
||||
filetypes = { 'help', 'alpha', 'dashboard', 'lazy', 'mason', 'oil' },
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue