ok that works now

This commit is contained in:
Ben Kyd
2023-05-26 21:52:51 +01:00
parent bfb864882c
commit 048ab76ac8
2 changed files with 7 additions and 7 deletions

View File

@@ -9,9 +9,7 @@ return {
}, },
-- QUALITY OF LIFE INTEGRATIONS -- QUALITY OF LIFE INTEGRATIONS
{ {
-- git integration
'tpope/vim-fugitive', 'tpope/vim-fugitive',
opts = {}
}, },
{ {
'lewis6991/gitsigns.nvim', 'lewis6991/gitsigns.nvim',
@@ -29,6 +27,7 @@ return {
{ {
-- EPIC HARPOON MOMENT -- EPIC HARPOON MOMENT
'ThePrimeagen/harpoon', 'ThePrimeagen/harpoon',
lazy = false,
opts = { opts = {
tabline = true, tabline = true,
}, },
@@ -47,6 +46,7 @@ return {
{ {
'nvim-telescope/telescope.nvim', 'nvim-telescope/telescope.nvim',
dependencies = { dependencies = {
'nvim-tree/nvim-web-devicons',
'nvim-lua/plenary.nvim', 'nvim-lua/plenary.nvim',
'nvim-telescope/telescope-ui-select.nvim', 'nvim-telescope/telescope-ui-select.nvim',
'debugloop/telescope-undo.nvim', 'debugloop/telescope-undo.nvim',

View File

@@ -1,8 +1,8 @@
augroup vimrc "augroup vimrc
autocmd! "autocmd!
autocmd BufWritePost plugins.lua PackerCompile "autocmd BufWritePost plugins.lua PackerCompile
autocmd BufWritePost init.lua source <afile> | PackerCompile "autocmd BufWritePost init.lua source <afile> | PackerCompile
augroup END "augroup END
augroup vimload augroup vimload
autocmd! autocmd!