astro
This commit is contained in:
parent
734bd32afd
commit
4616d7456e
1 changed files with 6 additions and 2 deletions
|
|
@ -87,14 +87,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
typescript-vim
|
typescript-vim
|
||||||
|
|
||||||
{
|
{
|
||||||
plugin = ultisnips;
|
plugin = ultisnips;
|
||||||
config = ''
|
config = ''
|
||||||
nnoremap <leader>se :UltiSnipsEdit!<return>
|
nnoremap <leader>se :UltiSnipsEdit!<return>
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
vim-astro
|
{
|
||||||
|
plugin = vim-astro;
|
||||||
|
config = ''
|
||||||
|
let g:astro_typescript = 'enable'
|
||||||
|
'';
|
||||||
|
}
|
||||||
vim-commentary
|
vim-commentary
|
||||||
{
|
{
|
||||||
plugin = vim-easy-align;
|
plugin = vim-easy-align;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue