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

Commit

Permalink
fix(modules,lsp/tree): nvim-tree broken when lsp disabled (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanbass authored Nov 22, 2022
1 parent 7026368 commit df6b2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/doom/modules/features/explorer/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ explorer.configs["nvim-tree.lua"] = function()

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

local override_table
local override_table = {}
if is_module_enabled("features", "lsp") then
override_table = {
diagnostics = {
Expand Down

0 comments on commit df6b2c6

Please sign in to comment.