Balazs Erdos

Results 29 comments of Balazs Erdos

I like the idea. Initially, I wanted to ask if it's possible to switch it off entirely, but I found it more useful to set `fractionGroupLength` to 0. :handshake:

@rs-development it is because you need to source it to make executed in the current shell. otherwise, it changes the directory still but in the subshell.

it happened with the output of run-code extension as well. ``` [Running] ts-node ".../tempCodeRunnerFile.ts" 234 [Done] exited with code=0 in 0.358 seconds ```

Hi @lieryan, I'm using native nvim lsp with `neovim/nvim-lspconfig`. Is there anything else I can do to help you with debugging?

I could make it work for the `exmaple` project but I still lack of syntax highlighting. I can see that in the README `syntax highlighting` is mentioned. is this provided...

Thank you. Also I'm not sure if it picks up the config file if it's not defined in nvim. And even if it's defined then should the local one overwrite...

I use 0.10 nvim as well. ``` NVIM v0.10.4 Build type: Release LuaJIT 2.1.1736781742 Run "nvim -V1 -v" for more info ``` Also I'm wondering if `jinja-lsp` picks up the...

No, even after renaming the variable and saving the file, it still shows the previous name. I've recorded an Asciinema that I hope helps clarify the issue. Let me know...

Okay, it seems to work better on Helix. I'm curious, how much support do you plan to provide for Neovim? Have you had a chance to test or reproduce the...