Nvim: update configuration (nvim-tree + leap.nvim)

This commit is contained in:
Robert Kmieć
2022-05-02 22:47:24 +02:00
parent cf13cc0e92
commit fc997b0134
2 changed files with 4 additions and 5 deletions

View File

@@ -68,7 +68,6 @@ require'nvim-tree'.setup {
hijack_netrw = true,
open_on_setup = false,
ignore_ft_on_setup = {},
auto_close = false,
open_on_tab = false,
hijack_cursor = true,
update_cwd = false,
@@ -108,7 +107,6 @@ require'nvim-tree'.setup {
height = 30,
hide_root_folder = true,
side = 'left',
auto_resize = true,
mappings = {
custom_only = false,
list = {}
@@ -124,7 +122,6 @@ require'nvim-tree'.setup {
actions = {
open_file = {
quit_on_open = false,
disable_window_picker = true,
window_picker = {
exclude = {
filetype = { "notify", "packer", "qf" },
@@ -138,7 +135,7 @@ require'nvim-tree'.setup {
},
renderer = {
indent_markers = {
enable = 1 -- this option shows indent markers when folders are open
enable = true -- this option shows indent markers when folders are open
}
},
}