1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 17:28:01 +00:00

[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

View File

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