remove that annoying asss tree plugin

This commit is contained in:
Benjamin Kyd
2023-05-19 14:11:07 +01:00
parent c898588535
commit 0cedfcce29
5 changed files with 31 additions and 31 deletions

View File

@@ -19,14 +19,6 @@ local packer = require('packer').startup(function(use)
-- QUALITY OF LIFE INTEGRATIONS
-- file explorer
use {
'nvim-tree/nvim-tree.lua',
config = function ()
require('plugin-config/nvim-tree')
end
}
-- git integration
use 'tpope/vim-fugitive'