feat: bust up the project, refresh upstream
This commit is contained in:
parent
a3cd76746c
commit
2079778b89
47 changed files with 1446 additions and 1205 deletions
9
lua/killtheliterate/plugins/indent_line.lua
Normal file
9
lua/killtheliterate/plugins/indent_line.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'lukas-reineke/indent-blankline.nvim',
|
||||
main = 'ibl',
|
||||
opts = {
|
||||
debounce = 100,
|
||||
indent = { char = '┊' },
|
||||
whitespace = { highlight = { 'Whitespace', 'NonText' } },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue