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

 
 
 

Contributors

Languages