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

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

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

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

Loading…
Cancel
Save