From d85fb8a998620c4a66f1fd7bf0b6e6f0f4fd9778 Mon Sep 17 00:00:00 2001 From: Peter Piekarczyk Date: Sat, 9 Jul 2022 00:13:53 -0500 Subject: [PATCH] Removes extra space between "- Annotation" -> "-Annotation" --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index cc3cd0f..d15e479 100644 --- a/init.lua +++ b/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 '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 + use 'nvim-treesitter/nvim-treesitter-textobjects' -- Additional textobjects for treesitter use 'neovim/nvim-lspconfig' -- Collection of configurations for built-in LSP client use 'williamboman/nvim-lsp-installer' -- Automatically install language servers to stdpath use { 'hrsh7th/nvim-cmp', requires = { 'hrsh7th/cmp-nvim-lsp' } } -- Autocompletion