add html autotag plugin
This commit is contained in:
parent
aae88217c3
commit
064e55fe56
2 changed files with 21 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -327,6 +327,7 @@ require('lazy').setup({
|
|||
-- Useful for getting pretty icons, but requires a Nerd Font.
|
||||
{ 'nvim-tree/nvim-web-devicons', enabled = vim.g.have_nerd_font },
|
||||
{ 'ThePrimeagen/harpoon' },
|
||||
{ 'windwp/nvim-ts-autotag' },
|
||||
},
|
||||
config = function()
|
||||
-- Telescope is a fuzzy finder that comes with a lot of different things that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue