Skip to content

olrtg/nvim-emmet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-emmet

A plugin that adds integration between Neovim and emmet-language-server.


Features

Note

If you have an idea of a possible feature, let me know with an issue.

  • Wrap in normal, visual and visual block mode with emmet abbreviation.

Installation

Warning

This plugin requires emmet-language-server (v2.2.0 and above) so make sure you have it setup correctly first.

lazy.nvim

{
  "olrtg/nvim-emmet",
  config = function()
    vim.keymap.set({ "n", "v" }, '<leader>xe', require('nvim-emmet').wrap_with_abbreviation)
  end,
},

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages