nvim: fix pattern
This commit is contained in:
parent
5e061402ec
commit
ae429d14e5
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ require('nvim-tree').setup({
|
||||||
ignore = true
|
ignore = true
|
||||||
},
|
},
|
||||||
filters = {
|
filters = {
|
||||||
custom = '_null-ls.*',
|
custom = { '_null-ls.*' },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue