Nvim: update configuration (nvim-tree + leap.nvim)
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user