mini icons and stuff

This commit is contained in:
Christian Nieves
2024-07-04 06:55:10 -05:00
parent b4bd109458
commit 31b1510b06
9 changed files with 147 additions and 29 deletions

View File

@ -66,8 +66,8 @@ return {
"MunifTanjim/nui.nvim",
},
keys = {
{ "<C-n>", ":Neotree float buffers<CR>" },
{ "<C-n>.", ":Neotree float reveal toggle dir=%:p:h<cr>" },
{ "<C-n>", ":Neotree float reveal toggle dir=%:p:h<cr>" },
{ "<C-n>b", ":Neotree float buffers<CR>" },
-- { "<C-n>.", ":Neotree float reveal_force_cwd<CR>", desc = "Open NeoTree CWD float" },
},
},