this repo has no description
0
fork

Configure Feed

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

TODO

+2
+2
nvim/lua/config/keys.lua
··· 51 51 mode = { "v" }, 52 52 }, 53 53 54 + -- TODO: Write a function that will focus nvim tree if it isn't focused but is open, 55 + -- open it and focus it if it isn't open, and close it if it is focused. 54 56 { "<leader>e", "<cmd>NvimTreeToggle<cr>", desc = "Toggle file tree" }, 55 57 { "E", "<cmd>NvimTreeFindFile<cr>", desc = "Reveal file in tree" }, 56 58