update
This commit is contained in:
parent
bb1721e7ab
commit
73ae089825
3 changed files with 23 additions and 1 deletions
20
lua/custom/plugins/html.lua
Normal file
20
lua/custom/plugins/html.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
|
|
@ -9,7 +9,7 @@ return {
|
|||
-- brew install font-hack-nerd-font
|
||||
-- 'nvim-tree/nvim-web-devicons',
|
||||
-- },
|
||||
config = {
|
||||
opts = {
|
||||
use_icons = false,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue