Skip to content

rubiin/vimwordlist.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 = function()
      require("vimwordlist").update_spell_file()
    end,
    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

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages