From 6dfab5ab280f43a4d31a0c2c926cc8624ef6c77e Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Thu, 6 Mar 2025 20:46:36 -0800 Subject: [PATCH] feat: add harper-ls configuration --- reference/users/youwen/config/harper-ls/dictionary.txt | 8 ++++++++ reference/users/youwen/hm.nix | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 reference/users/youwen/config/harper-ls/dictionary.txt diff --git a/reference/users/youwen/config/harper-ls/dictionary.txt b/reference/users/youwen/config/harper-ls/dictionary.txt new file mode 100644 index 0000000..9f3d41c --- /dev/null +++ b/reference/users/youwen/config/harper-ls/dictionary.txt @@ -0,0 +1,8 @@ +NixOS +Vimming +distros +Luarocks +keybinds +formatters +transpiles +hyperextensible diff --git a/reference/users/youwen/hm.nix b/reference/users/youwen/hm.nix index a7d76b6..e29be90 100644 --- a/reference/users/youwen/hm.nix +++ b/reference/users/youwen/hm.nix @@ -64,6 +64,11 @@ addKeysToAgent = "yes"; }; + xdg.configFile."harper-ls" = { + source = ./config/harper-ls; + recursive = true; + }; + # text/html; ~/.mutt/view_attachment.sh %s html; test=test -n "$DISPLAY" home.file.".mailcap".text = '' text/html; ${pkgs.w3m}/bin/w3m %s; nametemplate=%s.html; needsterminal