This commit is contained in:
Benjamin Kyd
2023-03-23 10:18:11 +00:00
parent e0e1361c64
commit 6f3e336644
3 changed files with 16 additions and 1 deletions

View File

@@ -19,6 +19,14 @@ 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 {
'lewis6991/gitsigns.nvim',