Skip to content

yochem/cmp-htmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmp-htmx

HTMX source to use with nvim-cmp. Still under development. Current feature list and TODO's:

  • Get all HTMX attributes and add to completion menu
  • Labels
  • InsertText with set cursor position between the quotes.
  • Documentation
  • Documentation in Markdown
  • Reference in documentation to full documentation online
  • Placeholders in inserted text
  • More...

Install

E.g. using lazy.nvim:

{
    "hrsh7th/nvim-cmp",
    dependencies = {
        "yochem/cmp-htmx"
    },
    config = {
        sources = require('cmp').config.sources({
            { name = "cmp-htmx" }
        }
    }
}

About

Complete HTMX attributes using nvim-cmp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published