Compare commits

..

No commits in common. "0643bdf1bff1bc9cd64f87dfa9c3bf1198e86974" and "fc5e5f1951377a895ed533e556eb9ff0dbdbc019" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View file

@ -330,7 +330,6 @@
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
@ -343,7 +342,6 @@
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

View file

@ -11,5 +11,4 @@
nnoremap <leader>gC :Git commit --amend
nnoremap <leader>gl :Gclog<CR>
nnoremap <leader>gp :Git push
nnoremap <leader>gP :Git push --force-with-lease
" }}}