added keybind for update

This commit is contained in:
2023-08-08 07:49:25 +02:00
parent be78bd1680
commit cb97c6b2ac
3 changed files with 30 additions and 7 deletions

View File

@@ -76,3 +76,11 @@ endif
autocmd FileType vhdl setlocal omnifunc=lsp#complete
nnoremap <silent> <C-0> <Cmd>BufferNext<CR>
" update function and call
function Update_Sys()
PackerSync
TSUpdate
endfunction
nnoremap <M-u> :call Update_Sys()<CR>