[neovim] Fix wrong plugin name

This commit is contained in:
Daniel Carrillo 2022-10-04 19:04:04 +02:00
parent ea6d1e1b42
commit ebde2479a2
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,6 @@ indent_blankline.setup({
filetype_exclude = {
"help",
"packer",
"NvimTree",
"neo-tree",
},
})