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)
1515 use { ' lewis6991/gitsigns.nvim' , requires = { ' nvim-lua/plenary.nvim' } } -- Add git related info in the signs columns and popups
1616 use ' numToStr/Comment.nvim' -- "gc" to comment visual regions/lines
1717 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
1919 use ' neovim/nvim-lspconfig' -- Collection of configurations for built-in LSP client
2020 use ' williamboman/nvim-lsp-installer' -- Automatically install language servers to stdpath
2121 use { ' hrsh7th/nvim-cmp' , requires = { ' hrsh7th/cmp-nvim-lsp' } } -- Autocompletion
You can’t perform that action at this time.
0 commit comments