feat(nvim): make nvim-tree have space for java

chezmoi
sgoudham 2 years ago
parent b162637ea8
commit ccd4a09790
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -5,6 +5,7 @@ return {
config = function() config = function()
require("nvim-tree").setup({ require("nvim-tree").setup({
hijack_cursor = true, hijack_cursor = true,
hijack_netrw = false,
sync_root_with_cwd = true, sync_root_with_cwd = true,
respect_buf_cwd = true, respect_buf_cwd = true,
update_focused_file = { update_focused_file = {
@ -13,6 +14,9 @@ return {
}, },
view = { view = {
centralize_selection = true, centralize_selection = true,
width = {
max = 60
}
}, },
renderer = { renderer = {
group_empty = true, group_empty = true,

Loading…
Cancel
Save