Skip to content

rubiin/vimwordlist.nvim

Simple plugin that adds and dynamically updates spellcheck dictionary for vim and neovim keywords.

Installation

Using lazy.nvim in lua

  {
    "rubiin/vimwordlist.nvim",
    cmd = "GenerateVimSpell",
    build = ":GenerateVimSpell",
    config = function()
      vim.opt.spelllang:append("vim")
    end,
  }

The plugin also exposes GenerateVimSpell user command that can be called to update the spell file manually.

Forked from https://github.com/norseghost/nvimwordlist as it was no longer working

About

Use vims keywords in spell file

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages