add option for overriding highlights (#596)
This commit is contained in:
parent
c5fe1f711e
commit
fd668e559e
4 changed files with 37 additions and 22 deletions
|
@ -98,6 +98,6 @@ end
|
|||
|
||||
local addlsp_confs = require("core.utils").load_config().plugins.options.lspconfig.setup_lspconf
|
||||
|
||||
if string.len(addlsp_confs) ~= 0 then
|
||||
if #addlsp_confs ~= 0 then
|
||||
require(addlsp_confs).setup_lsp(on_attach, capabilities)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue