New neovim configuration, a continuation from
a1a9da1ddc,
but based on Nix as the plugin/package manager. With a wrapped neovim
instance, for better portability.
11 lines
168 B
Lua
11 lines
168 B
Lua
require("dot013.options")
|
|
|
|
vim.g.lze = {
|
|
--@type fun(name: string)
|
|
load = vim.cmd.packadd,
|
|
--@type boolean
|
|
verbose = true,
|
|
}
|
|
|
|
require("lze").load("dot013.plugins")
|