-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Corentin Hervaud edited this page Jul 21, 2023
·
1 revision
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.
Using Vim plug:
Plug 'Curs3W4ll/neokit'
Using Packer:
use "Curs3W4ll/neokit"
Using Lazy:
require("lazy").setup({
"Curs3W4ll/NeoKit",
})
neokit.str
neokit.array
neokit.table