purpleP
purpleP
@gatesn neovim language server.
@gatesn Is this how my `settings.json` should look like? I still can see errors that should be ignored. ``` { "pyls": { "configurationSources": "['flake8']" # I've tried ["flake8"] etc }...
I also added `syn match haskellCompose '\.' conceal cchar=∘` and now function composition look much prettier!
> Now you have lambdas at the beginning and at the end of every line of a multiline string. I'm pretty sure you haven't checked if your statement is actually...
@raichoo Well, okay. What are those setups? Because to make a patch that works I would need to recreate them to fix the issues. I'm not gonna argue about, I'm...
@raichoo So multiline string is like that ``` some = "blabla \ \ blabla" ``` If so, I've just checked - it works. No lambdas there. Other than that -...
@raichoo Wow, I didn't even know that haskell can use CPP macros. That's insane :-). So again, probably because cpp macros is defined as region and they don't said to...
I'll try to ask on stackexchange. Maybe someone will help.
@luc-tielen New version of fira-code already shows `\` as lambda. So I'm don't see much point in doing this in vim.
> Have you symlinked / copied cursorless-talon subdir of this branch into your talon user directory, replacing the deployed version of cursorless? > > If so, maybe try restarting talon...