Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit df6b2c6

Browse files
authored
fix(modules,lsp/tree): nvim-tree broken when lsp disabled (#410)
1 parent 7026368 commit df6b2c6

File tree

1 file changed

+1
-1
lines changed
  • lua/doom/modules/features/explorer

1 file changed

+1
-1
lines changed

lua/doom/modules/features/explorer/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ explorer.configs["nvim-tree.lua"] = function()
114114

115115
local tree_cb = require("nvim-tree.config").nvim_tree_callback
116116

117-
local override_table
117+
local override_table = {}
118118
if is_module_enabled("features", "lsp") then
119119
override_table = {
120120
diagnostics = {

0 commit comments

Comments
 (0)