summaryrefslogtreecommitdiffstats
path: root/.config/nvim
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim')
-rw-r--r--.config/nvim/lua/plugins.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/nvim/lua/plugins.lua b/.config/nvim/lua/plugins.lua
index 4c66bd3..2bb5269 100644
--- a/.config/nvim/lua/plugins.lua
+++ b/.config/nvim/lua/plugins.lua
@@ -110,6 +110,8 @@ return require('packer').startup(function()
110 use 'machakann/vim-swap' 110 use 'machakann/vim-swap'
111 -- jump to location by 2 characters, ` 111 -- jump to location by 2 characters, `
112 use 'justinmk/vim-sneak' 112 use 'justinmk/vim-sneak'
113 -- additional text objects, don't remove this ever again you fuck
114 use 'wellle/targets.vim'
113 115
114 -- statusline of the $CURRENT_YEAR 116 -- statusline of the $CURRENT_YEAR
115 use { 117 use {
@@ -132,8 +134,7 @@ return require('packer').startup(function()
132 -- provides ga, show unicode stuff of char under cursor 134 -- provides ga, show unicode stuff of char under cursor
133 use 'tpope/vim-characterize' 135 use 'tpope/vim-characterize'
134 -- comment helper 136 -- comment helper
135 -- https://github.com/numToStr/Comment.nvim hip & cool 137 use 'numToStr/Comment.nvim'
136 use 'tpope/vim-commentary'
137 -- asynchronous build and test dispatcher 138 -- asynchronous build and test dispatcher
138 use {'tpope/vim-dispatch', opt = true, cmd = {'Dispatch', 'Make', 'Focus', 'Start'}} 139 use {'tpope/vim-dispatch', opt = true, cmd = {'Dispatch', 'Make', 'Focus', 'Start'}}
139end) 140end)