Skip to content

lrangell/phlex-emmet.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

About

phlex-emmet-ls is a language server that provides Emmet completions for Phlex templates.

demo

Instalation

First install the binary using cargo:

cargo install phlex_emmet_ls

Then you can install plugin in your editor.

Neovim

The Neovim plugin can be found at https://github.com/lrangell/phlex-emmet.nvim

Using lazy.nvim

{
  "lrangell/phlex-emmet.nvim",
  opts = {},
  ft = "ruby"
}

Implemented features

  • Child: >
  • Sibling: + - [x] Multiplication: *
  • ID and CLASS attributes
  • Implicit tag names
  • Text: {}
  • Climb-up: ^
  • Item numbering: $
  • Grouping: ()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages