1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 09:19:26 +00:00

[neovim] Fix wrong plugin name

This commit is contained in:
2022-10-04 19:04:04 +02:00
parent ea6d1e1b42
commit ebde2479a2

View File

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