WIP on master: 7a082a3 Merge pull request #32 from Binxptr/master

pull/123/head
Vaishakh GK 3 years ago
commit d86538e6a2

@ -119,9 +119,11 @@ cmp.setup {
behavior = cmp.ConfirmBehavior.Replace,
select = false,
},
documentation = {
border = { "", "", "", "", "", "", "", "" },
},
window = {
documentation = {
border = { "", "", "", "", "", "", "", "" },
}
},
experimental = {
ghost_text = false,
native_menu = false,

@ -42,7 +42,7 @@ nvim_tree.setup {
"dashboard",
"alpha",
},
auto_close = true,
auto_close = false,
open_on_tab = false,
hijack_cursor = false,
update_cwd = true,

Loading…
Cancel
Save