summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorPeter Piekarczyk <peterpme@users.noreply.github.com>2022-07-09 00:13:53 -0500
committerTJ DeVries <devries.timothyj@gmail.com>2022-07-11 09:08:53 -0400
commitd85fb8a998620c4a66f1fd7bf0b6e6f0f4fd9778 (patch)
tree14a4b752b3934da7dd158722cb129005b241c69a /init.lua
parentfa3faeede208cf06007d3836a3c1381c620bb354 (diff)
Removes extra space between "- Annotation" -> "-Annotation"
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
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