mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
fix lsp register ^& code runner config
This commit is contained in:
parent
38d2c29a95
commit
418a659142
4 changed files with 29 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue