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
}
},
}

View File

@@ -117,6 +117,8 @@ Plug 'jubnzv/virtual-types.nvim'
Plug 'folke/which-key.nvim'
Plug 'https://gitlab.com/yorickpeterse/nvim-window.git'
Plug 'themercorp/themer.lua'
Plug 'ggandor/leap.nvim'
Plug 'mfussenegger/nvim-dap'
" }}}
call plug#end()
@@ -252,4 +254,4 @@ let g:blamer_relative_time = 0
""""""""""""""""""
" gui settings "
""""""""""""""""""
set guifont=Monoid\ Nerd\ Font:h9
set guifont=Monoid\ Nerd\ Font:h8