installed kanagawa colorscheme

This commit is contained in:
psy32nd
2024-02-20 12:15:48 +05:30
parent 72029f389f
commit 5b9f578a51
4 changed files with 40 additions and 29 deletions

View File

@@ -9,7 +9,14 @@ return {
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
},
config = function ()
require('neo-tree').setup {}
config = function()
require('neo-tree').setup {
filesystem = {
filtered_items = {
visible = true, -- This is what you want: If you set this to `true`, all "hide" just mean "dimmed out"
hide_dotfiles = false,
hide_gitignored = true,
},
}, }
end,
}