fix(neovim): disable ruby support #227

Merged
jalil merged 1 commit from nvim-no-ruby into main 2025-01-06 20:37:15 +01:00
Showing only changes of commit e94be60383 - Show all commits

View file

@ -16,6 +16,7 @@
]; ];
config = { config = {
withRuby = false;
nixpkgs = lib.optionalAttrs standalone { pkgs = unstable.legacyPackages.${system}; }; nixpkgs = lib.optionalAttrs standalone { pkgs = unstable.legacyPackages.${system}; };
globals.mapleader = " "; globals.mapleader = " ";
# Appearance # Appearance