mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
12 lines
216 B
Lua
12 lines
216 B
Lua
-- return {
|
|
-- "nvim-tree/nvim-tree.lua",
|
|
-- version = "*",
|
|
-- dependencies = {
|
|
-- "nvim-tree/nvim-web-devicons",
|
|
-- },
|
|
-- config = function()
|
|
-- require("nvim-tree").setup {}
|
|
-- end,
|
|
-- }
|
|
-- NO!
|