Files
dotfiles/nvim/lua/plugins/emmet.lua
2023-02-10 12:43:10 +01:00

7 lines
99 B
Lua

-- Emmet
-- https://github.com/mattn/emmet-vim
-- <c-y>, to extend
return {
"mattn/emmet-vim",
}