enabled the nvim-tree and telescope integrations by default

dev
Pocco81 3 years ago
parent cc507a821f
commit 32c4e5f344

@ -33,9 +33,9 @@ config.options = {
lsp_saga = false,
gitgutter = false,
gitsigns = true,
telescope = false,
telescope = true,
nvimtree = {
enabled = false,
enabled = true,
show_root = false,
},
which_key = false,

Loading…
Cancel
Save