mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
lsp ghost text optional config
This commit is contained in:
parent
9faad80261
commit
f60855a938
8 changed files with 149 additions and 36 deletions
|
@ -40,6 +40,8 @@ config = {
|
|||
cmpcalc = opt("cmpcalc", false),
|
||||
cmptag = opt("cmptag", false),
|
||||
lsp_virtualtext = opt("lsp_virtualtext", false),
|
||||
lspghost_text = opt("lspghost_text", false),
|
||||
loadnvimtree_lazy = opt("loadnvimtree_lazy", false),
|
||||
}
|
||||
|
||||
return config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue