fix(neovim): disable ruby support #227
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
];
|
||||
|
||||
config = {
|
||||
withRuby = false;
|
||||
nixpkgs = lib.optionalAttrs standalone { pkgs = unstable.legacyPackages.${system}; };
|
||||
globals.mapleader = " ";
|
||||
# Appearance
|
||||
|
|
Loading…
Reference in a new issue