mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: config global variable
This commit is contained in:
parent
77436b89c4
commit
a7726a6b33
30 changed files with 703 additions and 857 deletions
|
@ -43,6 +43,7 @@ config = {
|
|||
lsp_virtualtext = opt("lsp_virtualtext", false),
|
||||
lspghost_text = opt("lspghost_text", false),
|
||||
loadnvimtree_lazy = opt("loadnvimtree_lazy", false),
|
||||
icons = opt("icons", {}),
|
||||
}
|
||||
|
||||
return config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue