This commit is contained in:
Till 2024-02-13 17:14:29 +01:00
parent 734bd32afd
commit 4616d7456e

View file

@ -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;