- programs.helix = {
- enable = true;
- settings = {
- theme = "base16_terminal";
- editor.cursor-shape = {
- insert = "bar";
- normal = "block";
- select = "underline";
- };
- editor.soft-wrap = {
- enable = true;
- };
- editor.file-picker = {
- hidden = false;
- };
- keys.normal."space" = {
- "space" = "goto_word";
- };
- };
- languages = {
- language = [{
- name = "c";
- auto-format = true;
- formatter = { command = "clang-format"; args = ["--style=microsoft"]; };
- }];
- };
- };
-