Skip to content

Commit d85fb8a

Browse files
peterpmetjdevries
authored andcommitted
Removes extra space between "- Annotation" -> "-Annotation"
1 parent fa3faee commit d85fb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)