Removes extra space between "- Annotation" -> "-Annotation"
This commit is contained in:
		
							parent
							
								
									fa3faeede2
								
							
						
					
					
						commit
						d85fb8a998
					
				
							
								
								
									
										2
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										2
									
								
								init.lua
								
								
								
								
							|  | @ -15,7 +15,7 @@ require('packer').startup(function(use) | ||||||
|   use { 'lewis6991/gitsigns.nvim', requires = { 'nvim-lua/plenary.nvim' } }       -- Add git related info in the signs columns and popups |   use { 'lewis6991/gitsigns.nvim', requires = { 'nvim-lua/plenary.nvim' } }       -- Add git related info in the signs columns and popups | ||||||
|   use 'numToStr/Comment.nvim'                                                     -- "gc" to comment visual regions/lines |   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'                                           -- Highlight, edit, and navigate code | ||||||
|   use 'nvim-treesitter/nvim-treesitter-textobjects'                               --  Additional textobjects for treesitter |   use 'nvim-treesitter/nvim-treesitter-textobjects'                               -- Additional textobjects for treesitter | ||||||
|   use 'neovim/nvim-lspconfig'                                                     -- Collection of configurations for built-in LSP client |   use 'neovim/nvim-lspconfig'                                                     -- Collection of configurations for built-in LSP client | ||||||
|   use 'williamboman/nvim-lsp-installer'                                           -- Automatically install language servers to stdpath |   use 'williamboman/nvim-lsp-installer'                                           -- Automatically install language servers to stdpath | ||||||
|   use { 'hrsh7th/nvim-cmp', requires = { 'hrsh7th/cmp-nvim-lsp' } }               -- Autocompletion |   use { 'hrsh7th/nvim-cmp', requires = { 'hrsh7th/cmp-nvim-lsp' } }               -- Autocompletion | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Peter Piekarczyk
						Peter Piekarczyk