mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Allow hidden files to be shown in neo-git configuration
This commit is contained in:
@@ -6,11 +6,14 @@ return {
|
|||||||
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
|
||||||
"MunifTanjim/nui.nvim",
|
"MunifTanjim/nui.nvim",
|
||||||
},
|
},
|
||||||
config = function()
|
opts = {
|
||||||
require("neo-tree").setup({
|
|
||||||
close_if_last_window = false,
|
close_if_last_window = false,
|
||||||
enable_git_status = true,
|
enable_git_status = true,
|
||||||
enable_diagnostics = true
|
enable_diagnostics = true,
|
||||||
})
|
filesystem = {
|
||||||
end
|
filtered_items = {
|
||||||
|
hide_dotfiles = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user