Merge branch 'master' of github.com:gam-phon/kickstart.nvim
commit
173ac0d4de
@ -0,0 +1,20 @@
|
||||
return {
|
||||
{
|
||||
'windwp/nvim-ts-autotag',
|
||||
-- ft = {
|
||||
-- 'html',
|
||||
-- 'javascript',
|
||||
-- 'typescript',
|
||||
-- 'svelte',
|
||||
-- },
|
||||
config = function()
|
||||
require('nvim-ts-autotag').setup {
|
||||
-- opts = {
|
||||
-- enable_close = true,
|
||||
-- enable_rename = true,
|
||||
-- enable_close_on_slash = false,
|
||||
-- },
|
||||
}
|
||||
end,
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue