fix lsp register ^& code runner config

This commit is contained in:
asep komarudin 2023-03-05 19:29:48 +07:00
parent 38d2c29a95
commit 418a659142
4 changed files with 29 additions and 12 deletions

View file

@ -33,6 +33,7 @@ config = {
unregister_lsp = opt("unregister_lsp", {}),
null_ls_sources = opt("null_ls_sources", {}),
whichkey = opt("whichkey", {}),
coderunner = opt("coderunner", {}),
}
return config