File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require('packer').startup(function(use)
15
15
use { ' lewis6991/gitsigns.nvim' , requires = { ' nvim-lua/plenary.nvim' } } -- Add git related info in the signs columns and popups
16
16
use ' numToStr/Comment.nvim' -- "gc" to comment visual regions/lines
17
17
use ' nvim-treesitter/nvim-treesitter' -- Highlight, edit, and navigate code
18
- use ' nvim-treesitter/nvim-treesitter-textobjects' -- Additional textobjects for treesitter
18
+ use ' nvim-treesitter/nvim-treesitter-textobjects' -- Additional textobjects for treesitter
19
19
use ' neovim/nvim-lspconfig' -- Collection of configurations for built-in LSP client
20
20
use ' williamboman/nvim-lsp-installer' -- Automatically install language servers to stdpath
21
21
use { ' hrsh7th/nvim-cmp' , requires = { ' hrsh7th/cmp-nvim-lsp' } } -- Autocompletion
You can’t perform that action at this time.
0 commit comments