Add nvim config

This commit is contained in:
Thraix
2026-05-18 23:18:07 +02:00
commit e18df83174
19 changed files with 1499 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
return
{
'lukas-reineke/indent-blankline.nvim',
main = 'ibl',
opts = {
indent = {
char = '',
},
scope = {
show_start = false,
show_end = false,
show_exact_scope = false,
},
exclude = {
filetypes = {
'help',
'startify',
'dashboard',
'packer',
'neogitstatus',
'NvimTree',
'Trouble',
},
},
},
}