1
0

fix: add command to restart, recompile and sync plugins at the same time

This commit is contained in:
Rokas Puzonas 2021-11-01 15:03:03 +02:00
parent 70f24e5bb1
commit b82109f8b2

View File

@ -2,3 +2,5 @@ local map = require 'utils.map'
map('n', '<leader>rc', ':Restart<cr>', {silent = true})
vim.cmd [[command! PackerRestart exe 'Restart' | exe 'PackerCompile' | exe 'PackerSync']]