Complete HTMX attributes using nvim-cmp
https://github.com/yochem/cmp-htmx.git
HTMX source to use with nvim-cmp. Still under development. Current feature list and TODO's:
InsertText with set cursor position between the quotes.E.g. using lazy.nvim:
{
"hrsh7th/nvim-cmp",
dependencies = {
"yochem/cmp-htmx"
},
config = {
sources = require('cmp').config.sources({
{ name = "cmp-htmx" }
}
}
}