add nvimtree
This commit is contained in:
parent
33f4ce88ef
commit
37e307dabd
2 changed files with 10 additions and 5 deletions
|
@ -56,6 +56,11 @@ vim.api.nvim_set_option("splitright",true)
|
|||
-- disable Netrw-Banner
|
||||
vim.g.netrw_banner = 0
|
||||
|
||||
-- disable Netrw for Filetree Plugin
|
||||
vim.g.loaded_netrw = 1
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
||||
|
||||
-- undotree file management
|
||||
vim.opt.swapfile = false
|
||||
vim.opt.backup = false
|
||||
|
|
|
@ -60,16 +60,16 @@ return {
|
|||
}
|
||||
},
|
||||
outline = {
|
||||
win_position = 'left',
|
||||
win_width = 47,
|
||||
auto_preview = false,
|
||||
win_position = 'right',
|
||||
win_width = 32,
|
||||
auto_preview = true,
|
||||
},
|
||||
lightbulb = {
|
||||
enable = false
|
||||
},
|
||||
ui = {
|
||||
code_action = '',
|
||||
title = false,
|
||||
title = true,
|
||||
border = 'rounded',
|
||||
},
|
||||
rename = {
|
||||
|
@ -94,7 +94,7 @@ return {
|
|||
},
|
||||
},
|
||||
diagnostic = {
|
||||
border_follow = false,
|
||||
border_follow = true,
|
||||
extend_relatedInformation = true,
|
||||
keys = {
|
||||
quit = { '<Esc>', 'q' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue