summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugins.lua
diff options
context:
space:
mode:
authorYigit Sever2021-11-30 15:23:45 +0300
committerYigit Sever2021-11-30 15:23:45 +0300
commit79ced663d45989cd8ce728c23c5cfb69b289871e (patch)
tree5b5c920756735e56dd46f5b76bc898f31d01d58f /.config/nvim/lua/plugins.lua
parentf44e51e4f27b429be1a1d5a9f05bceaad0e13fdd (diff)
downloaddotfiles-79ced663d45989cd8ce728c23c5cfb69b289871e.tar.gz
dotfiles-79ced663d45989cd8ce728c23c5cfb69b289871e.tar.bz2
dotfiles-79ced663d45989cd8ce728c23c5cfb69b289871e.zip
vim: switch comment plugin, reinstate targets
Diffstat (limited to '.config/nvim/lua/plugins.lua')
-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)