Replies: 3 comments 5 replies
-
I believe @lukasmwerner is the right person to answer this. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, I do not have a solution for checking slack messages as there is no Chrome extension yet. Email on the other hand is more doable assuming that you are using a terminal based email client. Simply make sure that you are using neovim as you lspconfig.harper_ls.setup{
filetypes = {
'mail',
...other languages can go here
},
} At that point opening a |
Beta Was this translation helpful? Give feedback.
-
I just finished an email treesitter parser and my next step is to integrate it into Harper. So if you are using a text editor (like VS code, Helix, Neovim) that supports LSP, and you have some way of working with raw email ( I have a solid workflow for writing emails in Helix thru Thunderbird with some extensions. I'll post about it (maybe add to documentation) once I've added better email support to Harper itself :) |
Beta Was this translation helpful? Give feedback.
-
How can I use it to check slack or email messages?
Beta Was this translation helpful? Give feedback.
All reactions