Add snippets support
This commit is contained in:
parent
997758cc59
commit
1fa2957876
2 changed files with 3 additions and 0 deletions
|
@ -25,3 +25,5 @@ $1: $1.bo
|
||||||
$1.bo: $1.bsv $(SRC)
|
$1.bo: $1.bsv $(SRC)
|
||||||
bsc -aggressive-conditions -u -sim -g mk$1 $<
|
bsc -aggressive-conditions -u -sim -g mk$1 $<
|
||||||
endsnippet
|
endsnippet
|
||||||
|
=======
|
||||||
|
>>>>>>> 2554c95 (Add snippets support)
|
||||||
|
|
|
@ -20,6 +20,7 @@ Plug 'wlangstroth/vim-racket'
|
||||||
Plug 'sirver/ultisnips'
|
Plug 'sirver/ultisnips'
|
||||||
Plug 'lervag/vimtex'
|
Plug 'lervag/vimtex'
|
||||||
" Plug 'wlangstroth/vim-racket'
|
" Plug 'wlangstroth/vim-racket'
|
||||||
|
Plug 'sirver/ultisnips'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
set completeopt-=preview
|
set completeopt-=preview
|
||||||
|
|
Loading…
Add table
Reference in a new issue