Files
dotfiles/nvim/lua/plugins/emmet.lua
2023-08-05 08:31:51 +02:00

7 lines
99 B
Lua

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