mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
3 commits
fc5e5f1951
...
0643bdf1bf
Author | SHA1 | Date | |
---|---|---|---|
|
0643bdf1bf | ||
|
0221e6c08c | ||
|
be265eac7c |
2 changed files with 3 additions and 0 deletions
|
@ -330,6 +330,7 @@
|
|||
hi! link typescriptCall Variable
|
||||
hi! link typescriptArrowFuncArg typescriptCall
|
||||
hi! link typescriptFuncType typescriptCall
|
||||
hi! link typescriptMessage NONE
|
||||
hi! link typescriptVariable jsStorageClass
|
||||
hi! link typescriptAmbientDeclaration typescriptVariable
|
||||
hi! link typescriptVariableDeclaration Variable
|
||||
|
@ -342,6 +343,7 @@
|
|||
hi! link typescriptConstructorType typescriptConstructSignature
|
||||
hi! link typescriptEndColons Delimiter
|
||||
hi! link typescriptImport jsImport
|
||||
hi! link typescriptImportType typescriptImport
|
||||
hi! link typescriptExport jsExport
|
||||
hi! link typescriptNull jsNull
|
||||
hi! link typescriptObjectLabel jsObjectKey
|
||||
|
|
|
@ -11,4 +11,5 @@
|
|||
nnoremap <leader>gC :Git commit --amend
|
||||
nnoremap <leader>gl :Gclog<CR>
|
||||
nnoremap <leader>gp :Git push
|
||||
nnoremap <leader>gP :Git push --force-with-lease
|
||||
" }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue