feat: add harper-ls configuration
Some checks are pending
Check flake / check (push) Waiting to run

This commit is contained in:
Youwen Wu 2025-03-06 20:46:36 -08:00
parent 38843d990e
commit 6dfab5ab28
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,8 @@
NixOS
Vimming
distros
Luarocks
keybinds
formatters
transpiles
hyperextensible

View file

@ -64,6 +64,11 @@
addKeysToAgent = "yes"; addKeysToAgent = "yes";
}; };
xdg.configFile."harper-ls" = {
source = ./config/harper-ls;
recursive = true;
};
# text/html; ~/.mutt/view_attachment.sh %s html; test=test -n "$DISPLAY" # text/html; ~/.mutt/view_attachment.sh %s html; test=test -n "$DISPLAY"
home.file.".mailcap".text = '' home.file.".mailcap".text = ''
text/html; ${pkgs.w3m}/bin/w3m %s; nametemplate=%s.html; needsterminal text/html; ${pkgs.w3m}/bin/w3m %s; nametemplate=%s.html; needsterminal