In neogit, unstracked section is now folded by default
This commit is contained in:
parent
89ae9a4961
commit
4a76235e5e
1 changed files with 9 additions and 1 deletions
|
|
@ -375,7 +375,15 @@ local plugins = {
|
||||||
"sindrets/diffview.nvim", -- optional
|
"sindrets/diffview.nvim", -- optional
|
||||||
"ibhagwan/fzf-lua", -- optional
|
"ibhagwan/fzf-lua", -- optional
|
||||||
},
|
},
|
||||||
config = true
|
config = function ()
|
||||||
|
require("neogit").setup({
|
||||||
|
sections = {
|
||||||
|
untracked = {
|
||||||
|
folded = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"RRethy/vim-illuminate",
|
"RRethy/vim-illuminate",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue