How to change Git Signs? #1251
Unanswered
Integralist
asked this question in
Q&A
Replies: 1 comment
-
After reading the help section at return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons",
"MunifTanjim/nui.nvim"
},
opts = {
default_component_configs = {
name = { use_git_status_colors = false },
git_status = {
symbols = {
-- Change type
added = "",
deleted = "",
modified = "",
renamed = "",
-- Status type
untracked = "",
ignored = "",
unstaged = "",
staged = "",
conflict = "",
}
}
},
filesystem = {
filtered_items = {
hide_dotfiles = false,
never_show = { ".DS_Store" }
}
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋🏻 How can I override this empty square (which is indicating a file has changed from what git is tracking)...
Thanks
Beta Was this translation helpful? Give feedback.
All reactions