First Commit

This commit is contained in:
Norm Rasmussen
2022-03-03 13:52:43 -05:00
commit 1f66ee24e0
33 changed files with 1656 additions and 0 deletions

View File

@ -0,0 +1,25 @@
-----------------------------------------------------------
-- Indent line configuration file
-----------------------------------------------------------
-- Plugin: indent-blankline
-- url: https://github.com/lukas-reineke/indent-blankline.nvim
require('indent_blankline').setup {
char = "",
show_first_indent_level = false,
filetype_exclude = {
'help',
'git',
'markdown',
'text',
'terminal',
'lspinfo',
'packer',
},
buftype_exclude = {
'terminal',
'nofile',
},
}