mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "f57de72142af9b9b4cc90312c2110aa25690e7a1" and "e17c33de4aa1f4b238503ef2485b8133e37a39ba" have entirely different histories.
f57de72142
...
e17c33de4a
3 changed files with 1 additions and 10 deletions
|
@ -419,9 +419,3 @@
|
|||
hi! link zshFunction Function
|
||||
hi! link zshVariable Variable
|
||||
" }}}
|
||||
|
||||
" Assembly {{{
|
||||
hi! def link riscvRegister Variable
|
||||
hi! def link riscvCSRegister Special
|
||||
hi! def link riscvLabel Function
|
||||
" }}}
|
||||
|
|
|
@ -60,7 +60,6 @@
|
|||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'chikamichi/mediawiki.vim'
|
||||
Plug 'ron-rs/ron.vim'
|
||||
Plug 'kylelaker/riscv.vim'
|
||||
if g:vim_ide
|
||||
Plug 'neoclide/coc.nvim', { 'branch': 'release' }
|
||||
Plug 'dag/vim2hs'
|
||||
|
|
|
@ -272,11 +272,9 @@ set commentstring=//%s
|
|||
" Make an alias for the comment text object
|
||||
omap <silent> gc ac
|
||||
|
||||
let g:tcomment#ignore_comment_def = ['asm']
|
||||
let g:tcomment#commentstring_c = '// %s'
|
||||
|
||||
call tcomment#type#Define('asm', '# %s')
|
||||
call tcomment#type#Define('riscv', '# %s')
|
||||
|
||||
" }}}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue