Skip to content

Commit

Permalink
set up the right themes and settings for Helix
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 14, 2022
1 parent 20abcb4 commit 7f23bf4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion dotfiles/helix/default.nix
Expand Up @@ -6,6 +6,16 @@
auto-format = true;
}];

settings.keys.insert.f.d = "normal_mode";
settings = {
theme = "monokai_pro_machine";

editor = {
lsp.display-messages = true;

file-picker.hidden = false;
};

keys = { insert.f.d = "normal_mode"; };
};
};
}

0 comments on commit 7f23bf4

Please sign in to comment.