fix: add command to restart, recompile and sync plugins at the same time
This commit is contained in:
parent
70f24e5bb1
commit
b82109f8b2
@ -2,3 +2,5 @@ local map = require 'utils.map'
|
|||||||
|
|
||||||
map('n', '<leader>rc', ':Restart<cr>', {silent = true})
|
map('n', '<leader>rc', ':Restart<cr>', {silent = true})
|
||||||
|
|
||||||
|
vim.cmd [[command! PackerRestart exe 'Restart' | exe 'PackerCompile' | exe 'PackerSync']]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user