neovim-flake/config/default.nix

11 lines
226 B
Nix

{pkgs, ...}: {
imports = [./plugins ./keymaps.nix ./init.nix];
withNodeJs = true;
withRuby = true;
luaLoader.enable = true;
performance = {
combinePlugins.enable = true;
byteCompileLua.enable = true;
};
}