From 79ced663d45989cd8ce728c23c5cfb69b289871e Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 30 Nov 2021 15:23:45 +0300 Subject: vim: switch comment plugin, reinstate targets --- .config/nvim/lua/plugins.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config') 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() use 'machakann/vim-swap' -- jump to location by 2 characters, ` use 'justinmk/vim-sneak' + -- additional text objects, don't remove this ever again you fuck + use 'wellle/targets.vim' -- statusline of the $CURRENT_YEAR use { @@ -132,8 +134,7 @@ return require('packer').startup(function() -- provides ga, show unicode stuff of char under cursor use 'tpope/vim-characterize' -- comment helper - -- https://github.com/numToStr/Comment.nvim hip & cool - use 'tpope/vim-commentary' + use 'numToStr/Comment.nvim' -- asynchronous build and test dispatcher use {'tpope/vim-dispatch', opt = true, cmd = {'Dispatch', 'Make', 'Focus', 'Start'}} end) -- cgit v1.2.3-70-g09d2