Files
dotfiles/nix/home/neovim/nvim/lua/plugins/emmet.lua
2024-07-31 11:36:56 +02:00

7 lines
99 B
Lua

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