This commit is contained in:
Yaser Alraddadi 2024-07-05 18:21:07 +03:00
parent bb1721e7ab
commit 73ae089825
3 changed files with 23 additions and 1 deletions

View file

@ -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,
},
}

View file

@ -9,7 +9,7 @@ return {
-- brew install font-hack-nerd-font
-- 'nvim-tree/nvim-web-devicons',
-- },
config = {
opts = {
use_icons = false,
},
},