Skip to content
Corentin Hervaud edited this page Jul 21, 2023 · 1 revision

NeoKit

A standard module containing utility functions.
Make your code more explicit and meaningful.

Note that this library is a bit useless outside of Neovim since some functions require Neovim functions. It should be usable with any recent version of Neovim though.

At the moment, this plugin is under construction. Expect changes to the way it is structured.

Installation

Using Vim plug:

Plug 'Curs3W4ll/neokit'

Using Packer:

use "Curs3W4ll/neokit"

Using Lazy:

require("lazy").setup({
    "Curs3W4ll/NeoKit",
})

Modules

  • neokit.str
  • neokit.array
  • neokit.table
Clone this wiki locally