update
This commit is contained in:
parent
24b705b6ab
commit
0862adc22e
4 changed files with 36 additions and 6 deletions
|
|
@ -1,12 +1,12 @@
|
|||
return {
|
||||
{
|
||||
'windwp/nvim-ts-autotag',
|
||||
-- ft = {
|
||||
-- 'html',
|
||||
-- 'javascript',
|
||||
-- 'typescript',
|
||||
-- 'svelte',
|
||||
-- },
|
||||
ft = {
|
||||
'html',
|
||||
'javascript',
|
||||
'typescript',
|
||||
'svelte',
|
||||
},
|
||||
config = function()
|
||||
require('nvim-ts-autotag').setup {
|
||||
-- opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue