/generate-hashtags

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

Primary LanguageLua

💬 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