added discord + formatting + rest api + more
This commit is contained in:
parent
fd1eb6128a
commit
f82cc2bc93
15 changed files with 189 additions and 70 deletions
|
|
@ -1,4 +1,5 @@
|
|||
-- https://github.com/nvim-tree/nvim-tree.lua?tab=readme-ov-file -- For more information
|
||||
-- https://github.com/nvim-tree/nvim-tree.lua?tab=readme-ov-file For more information
|
||||
-- File Explorer
|
||||
return {
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
version = "*",
|
||||
|
|
@ -9,4 +10,5 @@ return {
|
|||
config = function()
|
||||
require("nvim-tree").setup {}
|
||||
end,
|
||||
keys = { { "<leader>mm", "<cmd>NvimTreeToggle<cr>", desc = "Toggle Tree"} }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue