Added missing comma (#404)

This commit is contained in:
Alexander Fast
2021-05-28 20:08:04 +02:00
committed by GitHub
parent be184bd94e
commit 86b7b2c9c4

View File

@@ -41,8 +41,8 @@ let g:nvim_tree_lsp_diagnostics = 1 "0 by default, will show lsp diagnostics in
let g:nvim_tree_disable_window_picker = 1 "0 by default, will disable the window picker.
let g:nvim_tree_window_picker_exclude = {
\ 'filetype': [
\ 'packer'
\ 'qf',
\ 'packer',
\ 'qf'
\ ],
\ 'buftype': [
\ 'terminal'