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
|
||||
|
||||
{
|
||||
plugin = ultisnips;
|
||||
config = ''
|
||||
nnoremap <leader>se :UltiSnipsEdit!<return>
|
||||
'';
|
||||
}
|
||||
vim-astro
|
||||
{
|
||||
plugin = vim-astro;
|
||||
config = ''
|
||||
let g:astro_typescript = 'enable'
|
||||
'';
|
||||
}
|
||||
vim-commentary
|
||||
{
|
||||
plugin = vim-easy-align;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue