add: config global variable

This commit is contained in:
asep.komarudin 2024-05-21 14:20:50 +07:00
parent 77436b89c4
commit a7726a6b33
30 changed files with 703 additions and 857 deletions

View file

@ -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