Update Helix editor

This commit is contained in:
Filippo Berto 2022-05-31 00:35:32 +02:00
parent 94af15fbe8
commit e2ffdeb31e
5 changed files with 13 additions and 10 deletions

View file

@ -1,14 +1,14 @@
{ pkgs, ... }:
{
home.sessionVariables = { EDITOR = "hx"; VISUAL = "hx"; };
programs.helix = {
enable = true;
languages = [ ];
settings = { };
settings = {
theme = "monokai_pro_octagon";
editor.true-color = true;
editor.lsp.display-messages = true;
};
themes =
let
strPalette = with pkgs.rice; palette.toRgbShortHex coloPalette;