doom-neovim / doom-nvim

A Neovim configuration for the advanced martian hacker
GNU General Public License v2.0
1k stars 108 forks source link

fix: nvim-tree broken when lsp disabled #410

Closed tuanbass closed 1 year ago

tuanbass commented 1 year ago

When "LSP" module is disabled and "explorer" module enabled, everytime when nvimtree was being loaded, error occurs in tbl_deep_extend for nvim config because of uninitialized variable

connorgmeehan commented 1 year ago

Nice catch, thanks @tuanbass!