diff options
Diffstat (limited to 'lua/nv-emmet/init.lua')
-rw-r--r-- | lua/nv-emmet/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/nv-emmet/init.lua b/lua/nv-emmet/init.lua new file mode 100644 index 00000000..329bc643 --- /dev/null +++ b/lua/nv-emmet/init.lua @@ -0,0 +1,3 @@ +-- After you have what you want press C-Y and , at the same time +-- autocmd FileType html,css EmmetInstall +-- vim.g.user_emmet_leader_key='<C-Z>' |