mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 21:44:29 +02:00
update
This commit is contained in:
parent
b347310c93
commit
631a6a9bd5
5 changed files with 556 additions and 520 deletions
|
@ -109,7 +109,7 @@ nvim_tree.setup({
|
|||
-- root_folder_modifier = ":t",
|
||||
root_folder_label = false,
|
||||
indent_markers = {
|
||||
enable = false,
|
||||
enable = true,
|
||||
inline_arrows = true,
|
||||
icons = {
|
||||
corner = "└",
|
||||
|
@ -143,7 +143,11 @@ nvim_tree.setup({
|
|||
git = {
|
||||
deleted = icons.git.FileDeleted,
|
||||
-- ignored = icons.git.FileIgnored,
|
||||
ignored = "",
|
||||
-- ignored = "",
|
||||
-- ignored = "",
|
||||
-- ignored = "",
|
||||
ignored = "",
|
||||
-- ignored = icons.git.FileUnstaged,
|
||||
renamed = icons.git.FileRenamed,
|
||||
staged = icons.git.FileStaged,
|
||||
unmerged = icons.git.FileUnmerged,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue