mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
add lsp optional plugins and add config virtual text
This commit is contained in:
parent
7433474605
commit
9faad80261
7 changed files with 52 additions and 10 deletions
|
@ -36,6 +36,10 @@ config = {
|
|||
coderunner = opt("coderunner", {}),
|
||||
null_ls_ensure_installed = opt("null_ls_ensure_installed", {}),
|
||||
dap_ensure_installed = opt("dap_ensure_installed", {}),
|
||||
cmprg = opt("cmprg", false),
|
||||
cmpcalc = opt("cmpcalc", false),
|
||||
cmptag = opt("cmptag", false),
|
||||
lsp_virtualtext = opt("lsp_virtualtext", false),
|
||||
}
|
||||
|
||||
return config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue