Generate a hashtags list with the text in the current buffer using the repeated words
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í",
"```"
}
}
}
opts = {
notAllowedWords = {
"como",
"cómo",
"la",
"donde",
"dónde",
"por",
"porque",
"no",
"si",
"es",
"esto",
"así",
"```"
}
}
Run the following command:
:GenerateHashtags