mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): migrate to LazyVim
This commit is contained in:
6
nvim/lua/plugins/emmet.lua
Normal file
6
nvim/lua/plugins/emmet.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Emmet
|
||||
-- https://github.com/mattn/emmet-vim
|
||||
-- <c-y>, to extend
|
||||
return {
|
||||
"mattn/emmet-vim",
|
||||
}
|
||||
Reference in New Issue
Block a user