Files
nvim/lua/dot013/init.lua
Gustavo L de Mello (Guz) 4dd2211721 feat: initial commit
New neovim configuration, a continuation from
a1a9da1ddc,
but based on Nix as the plugin/package manager. With a wrapped neovim
instance, for better portability.
2024-12-03 18:17:33 -03:00

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")