rubiin / vimwordlist.nvim

Use vims keywords in spell file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Lua 100.0%