mirror of
https://github.com/Tilo-K/neovim-config.git
synced 2026-07-03 13:43:02 +00:00
I'm stupid 🙃
This commit is contained in:
@@ -1 +0,0 @@
|
||||
return { "tpope/vim-fugitive" }
|
||||
@@ -1,11 +0,0 @@
|
||||
-- return {
|
||||
-- "nvim-tree/nvim-tree.lua",
|
||||
-- version = "*",
|
||||
-- dependencies = {
|
||||
-- "nvim-tree/nvim-web-devicons",
|
||||
-- },
|
||||
-- config = function()
|
||||
-- require("nvim-tree").setup {}
|
||||
-- end,
|
||||
-- }
|
||||
-- NO!
|
||||
3
lua/custom/plugins/vim-vinegar.lua
Normal file
3
lua/custom/plugins/vim-vinegar.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
return {
|
||||
"tpope/vim-vinegar",
|
||||
}
|
||||
Reference in New Issue
Block a user