{ "thatnerdjosh/nvim-ketho-wow" }
-- 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",
-- }
})
- Amends to, doesn't replace libraries.
- Easy to configure enabled completions when running
setup
.
- As of right now, the completions are set globally.
- ellisonleao for the NViM Plugin Template.
- ketho for help understanding the completions.
- folke for creating neodev which inspired the path for amending libraries.