chore(nvim): add comment

This commit is contained in:
Stefan Imhoff
2022-11-13 19:39:42 +01:00
parent 310f18f198
commit cd024f3514
2 changed files with 6 additions and 1 deletions

View File

@@ -182,7 +182,7 @@ return packer.startup(function(use)
-- Custom Motions
use("christoomey/vim-sort-motion") -- gs
use("tommcdo/vim-exchange") -- cx, cxx, X, cxc
use("easymotion/vim-easymotion") -- <Leader>f/L
use("easymotion/vim-easymotion") -- <Leader><Leader>f/L
-- TMUX
use("christoomey/vim-tmux-navigator")