mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 23:08:01 +00:00
[neovim] Fix wrong plugin name
This commit is contained in:
parent
ea6d1e1b42
commit
ebde2479a2
@ -13,6 +13,6 @@ indent_blankline.setup({
|
|||||||
filetype_exclude = {
|
filetype_exclude = {
|
||||||
"help",
|
"help",
|
||||||
"packer",
|
"packer",
|
||||||
"NvimTree",
|
"neo-tree",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user