this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

neotree: show dotfiles by default

+7 -1
+7 -1
nvim/lua/plugins/ui.lua
··· 8 8 "nvim-tree/nvim-web-devicons", -- not strictly required, but recommended 9 9 "MunifTanjim/nui.nvim", 10 10 }, 11 - opts = {}, 11 + opts = { 12 + filesystem = { 13 + filtered_items = { 14 + hide_dotfiles = false, 15 + }, 16 + }, 17 + }, 12 18 }, 13 19 { 14 20 "stevearc/aerial.nvim",