mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
added highlighted yank for vscode
This commit is contained in:
parent
5c1f705354
commit
8d8b68fe08
4 changed files with 10 additions and 7 deletions
|
@ -26,6 +26,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|||
if exists('g:vscode')
|
||||
" Easy motion for VSCode
|
||||
Plug 'asvetliakov/vim-easymotion'
|
||||
Plug 'machakann/vim-highlightedyank'
|
||||
else
|
||||
|
||||
" Sneak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue