/nvim-ketho-wow

Primary LanguageLuaMIT LicenseMIT

NeoViM Plugin for Ketho's WoW Completions

GitHub Workflow Status Lua

Setup

{ "thatnerdjosh/nvim-ketho-wow" }

Configuration

-- IMPORTANT: make sure to setup nvim-ketho-wow BEFORE lspconfig
require("nvim-ketho-wow").setup({
  -- add any options here, or leave empty to use the default settings
  -- enabled_completions = {
  --     "API",
  --     "Optional",
  -- }
})

Features and structure

  • Amends to, doesn't replace libraries.
  • Easy to configure enabled completions when running setup.

Known Limitations

  • As of right now, the completions are set globally.

Credits