feat: add harper lsp

This commit is contained in:
Stefan Imhoff
2025-03-29 10:04:16 +01:00
parent 9634dd89c1
commit 825beb7f0c
9 changed files with 49 additions and 1 deletions

3
bin/harper-backup Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
rsync -av "$HOME/Library/Application Support/harper-ls/" ~/.config/harper-ls/

3
bin/harper-restore Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
rsync -av ~/.config/harper-ls/ "$HOME/Library/Application Support/harper-ls/"