|
|
|
@ -12,7 +12,7 @@ require('packer').startup(function(use)
|
|
|
|
|
use 'wbthomason/packer.nvim' -- Package manager
|
|
|
|
|
use 'tpope/vim-fugitive' -- Git commands in nvim
|
|
|
|
|
use 'tpope/vim-rhubarb' -- Fugitive-companion to interact with github
|
|
|
|
|
use { 'lewis6991/gitsigns.nvim', requires = { 'nvim-lua/plenary.nvim' } } -- Add git related info in the signs columns and popups
|
|
|
|
|
use 'lewis6991/gitsigns.nvim' -- Add git related info in the signs columns and popups
|
|
|
|
|
use 'numToStr/Comment.nvim' -- "gc" to comment visual regions/lines
|
|
|
|
|
use 'nvim-treesitter/nvim-treesitter' -- Highlight, edit, and navigate code
|
|
|
|
|
use 'nvim-treesitter/nvim-treesitter-textobjects' -- Additional textobjects for treesitter
|
|
|
|
|