ok that works now
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user