Nvim: update configuration (nvim-tree + leap.nvim)
This commit is contained in:
@@ -68,7 +68,6 @@ require'nvim-tree'.setup {
|
|||||||
hijack_netrw = true,
|
hijack_netrw = true,
|
||||||
open_on_setup = false,
|
open_on_setup = false,
|
||||||
ignore_ft_on_setup = {},
|
ignore_ft_on_setup = {},
|
||||||
auto_close = false,
|
|
||||||
open_on_tab = false,
|
open_on_tab = false,
|
||||||
hijack_cursor = true,
|
hijack_cursor = true,
|
||||||
update_cwd = false,
|
update_cwd = false,
|
||||||
@@ -108,7 +107,6 @@ require'nvim-tree'.setup {
|
|||||||
height = 30,
|
height = 30,
|
||||||
hide_root_folder = true,
|
hide_root_folder = true,
|
||||||
side = 'left',
|
side = 'left',
|
||||||
auto_resize = true,
|
|
||||||
mappings = {
|
mappings = {
|
||||||
custom_only = false,
|
custom_only = false,
|
||||||
list = {}
|
list = {}
|
||||||
@@ -124,7 +122,6 @@ require'nvim-tree'.setup {
|
|||||||
actions = {
|
actions = {
|
||||||
open_file = {
|
open_file = {
|
||||||
quit_on_open = false,
|
quit_on_open = false,
|
||||||
disable_window_picker = true,
|
|
||||||
window_picker = {
|
window_picker = {
|
||||||
exclude = {
|
exclude = {
|
||||||
filetype = { "notify", "packer", "qf" },
|
filetype = { "notify", "packer", "qf" },
|
||||||
@@ -138,7 +135,7 @@ require'nvim-tree'.setup {
|
|||||||
},
|
},
|
||||||
renderer = {
|
renderer = {
|
||||||
indent_markers = {
|
indent_markers = {
|
||||||
enable = 1 -- this option shows indent markers when folders are open
|
enable = true -- this option shows indent markers when folders are open
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -117,6 +117,8 @@ Plug 'jubnzv/virtual-types.nvim'
|
|||||||
Plug 'folke/which-key.nvim'
|
Plug 'folke/which-key.nvim'
|
||||||
Plug 'https://gitlab.com/yorickpeterse/nvim-window.git'
|
Plug 'https://gitlab.com/yorickpeterse/nvim-window.git'
|
||||||
Plug 'themercorp/themer.lua'
|
Plug 'themercorp/themer.lua'
|
||||||
|
Plug 'ggandor/leap.nvim'
|
||||||
|
Plug 'mfussenegger/nvim-dap'
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
@@ -252,4 +254,4 @@ let g:blamer_relative_time = 0
|
|||||||
""""""""""""""""""
|
""""""""""""""""""
|
||||||
" gui settings "
|
" gui settings "
|
||||||
""""""""""""""""""
|
""""""""""""""""""
|
||||||
set guifont=Monoid\ Nerd\ Font:h9
|
set guifont=Monoid\ Nerd\ Font:h8
|
||||||
|
|||||||
Reference in New Issue
Block a user