add custom plugins

This commit is contained in:
vladstojna 2023-04-18 01:59:50 +01:00 committed by vladstojna
parent c80a77488b
commit 693e7c3053
10 changed files with 175 additions and 1 deletions

View file

@ -0,0 +1,8 @@
return {
'lukas-reineke/indent-blankline.nvim',
opts = {
char = '',
show_trailing_blankline_indent = false,
show_current_context = true,
},
}