mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-17 16:51:42 +00:00
Lazy git commit
This commit is contained in:
@@ -16,7 +16,8 @@ nvim_tree.setup({
|
|||||||
update_cwd = true,
|
update_cwd = true,
|
||||||
renderer = {
|
renderer = {
|
||||||
group_empty = true,
|
group_empty = true,
|
||||||
root_folder_label = ":~:s?$?/..?",
|
root_folder_label = ":t",
|
||||||
|
indent_width = 2,
|
||||||
},
|
},
|
||||||
filters = {
|
filters = {
|
||||||
dotfiles = true,
|
dotfiles = true,
|
||||||
@@ -33,7 +34,7 @@ nvim_tree.setup({
|
|||||||
},
|
},
|
||||||
update_focused_file = {
|
update_focused_file = {
|
||||||
enable = true,
|
enable = true,
|
||||||
update_cwd = true,
|
update_cwd = false,
|
||||||
ignore_list = {},
|
ignore_list = {},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -38,8 +38,8 @@ end
|
|||||||
-- Better tabs
|
-- Better tabs
|
||||||
bind("n", "<S-t>", ":tabnew<CR>", opts)
|
bind("n", "<S-t>", ":tabnew<CR>", opts)
|
||||||
bind("n", "<S-c>", ":tabclose<CR>", opts)
|
bind("n", "<S-c>", ":tabclose<CR>", opts)
|
||||||
bind("n", "<S-m>", ":tabprev<CR>", opts)
|
bind("n", "<S-n>", ":tabprev<CR>", opts)
|
||||||
bind("n", "<S-n>", ":tabnext<CR>", opts)
|
bind("n", "<S-m>", ":tabnext<CR>", opts)
|
||||||
|
|
||||||
-- Better window navigation
|
-- Better window navigation
|
||||||
bind("n", "<C-Left>", "<C-w>h", opts)
|
bind("n", "<C-Left>", "<C-w>h", opts)
|
||||||
|
|||||||
Reference in New Issue
Block a user