Skip to content

Generate a hashtags list with the text in the current buffer using the repeated words

Notifications You must be signed in to change notification settings

pablotrianda/generate-hashtags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

💬 Generate hashtags

Generate a hashtags list with the text in the current buffer using the repeated words

📦 Installation

Install the plugin with your preferred package manager:

-- Lua
{
	"pablotrianda/generate-hastags",
	config = true,
	opts = {
		notAllowedWords = {
			"como",
			"cómo",
			"la",
			"donde",
			"dónde",
			"por",
			"porque",
			"no",
			"si",
			"es",
			"esto",
			"así",
			"```"
		}
	}
}

⚙️ Configuration

opts = {
    notAllowedWords = {
        "como",
        "cómo",
        "la",
        "donde",
        "dónde",
        "por",
        "porque",
        "no",
        "si",
        "es",
        "esto",
        "así",
        "```"
    }
}

🚀 Usage

Run the following command:

:GenerateHashtags

About

Generate a hashtags list with the text in the current buffer using the repeated words

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages