neovim-flake/config/default.nix

13 lines
263 B
Nix

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