Erik Lilja
Erik Lilja
> so why we need .git A copy paste artefact. I'll remove it. > does it not support single file mode ? What do you mean with single file mode?
I tried to read what the `:h lspconfig-single-file-support` said about this and I couldn't fully understand it. It's a regular LS with workspace/root dir support. Editorconfig files can be nested,...
I tried your suggestions locally and it didn't work for my server. Nothing in `:LspLog` either: 
I'm trying to do some work on this. I've looked at the `console.ts` file and seen how sentry is integrating to the console object. One thing that I don't fully...
I had a look at this with some colleagues to try to find out what the issue could be. It seems like the swedish and nynorsk locale accepts a `onlyNumeric`...
I've spent some time looking into this issue to try to create a neovim plugin to mirror the same features as above mentioned plugin. ## Tmux Reading Chris' code, it...
Thanks @jaeheonji! That worked. I created a neovim plugin to solve this problem, [Lilja/zellij.nvim](https://github.com/Lilja/zellij.nvim) which has vim-tmux-navigator compatible keybindings. Feel free to try it out.
From @casonadams find above. I was able to make it work, with a small adjustment. But it's not working well. If you disregard sending `ctrl+w h` and instead using my...
Guess this is related... https://github.com/mnooner256/pyqrcode/issues/80
@mtibben Friendly ping about this, as you've contributed to this project a lot.