David Else
David Else
I just committed hopefully the final revision of the installation section, it ended up as this format, when you see the entire document I think you will love it :)...
@maveonair I could leave out the link to your repo and just say `PPA` like the Fedora one, I only linked as I thought there might be more info for...
@xsbee I am afraid I have no idea about the messages, I think you meant to ping maveonair who created the repository.
I have never used an editor with hard wrap as you type, I would have thought it would be the job of the editor to soft wrap as you type...
I would very much like the option to split on words rather than in the middle of them, it is set using **'linebreak'** in NeoVim. The following is taken from...
@thomasaarholt In the most recent Helix this is included: ```toml pyright = { command = "pyright-langserver", args = ["--stdio"], config = {} } ``` but when I add ``` [language-server.pyright.config.python.analysis]...
```toml [language-server] pyright = { command = "pyright-langserver", args = ["--stdio"], config = {} } [[language]] name = "python" roots = ["pyproject.toml"] language-servers = [ "pyright" ] ``` Seems to...
There is something buggy and weird going on with pyright! I have found after a lot of messing around you can't really set anything in the Helix settings, you need...
I am using `gh extension install yusukebe/gh-markdown-preview`, it is great and has live reload, but no mirroring the line position in Helix and the browser. Can anything do that in...
I am testing some configs out and am getting `unsupported method: textDocument/formatting` in the Helix log. Is biome meant to offer LSP formatting? Helix can use something like the previous...