10 lines
214 B
Lua
10 lines
214 B
Lua
return {
|
|
{'tpope/vim-fugitive'},
|
|
{'gorkunov/smartpairs.vim'},
|
|
{'SirVer/ultisnips'},
|
|
{'tpope/vim-surround'},
|
|
{'mattn/emmet-vim',
|
|
ft = { 'html', 'css', 'javascript', 'typescript', 'vue' },
|
|
}
|
|
}
|