Ahmed El Gabri
Ahmed El Gabri
> @ahmedelgabri Could you test with [`49a2335`](https://github.com/nvim-lua/completion-nvim/commit/49a2335d2f9e2c15bf597cde555ecad3bdf70663) ? I tested that, but there was no major difference. BTW, I can confirm that disabling `vim-gitgutter` or at least [disabling realtime updates](https://github.com/airblade/vim-gitgutter#faq)...
@bluz71 I couldn't get the completion to work at all, I used your config, I tried to set `g:lsc_auto_map` to `v:true` & `{'defaults': v:true, 'Completion': 'omnifunc'}` nothing worked. Checking with...
> That is likely an issue with respect the server command not working or not being correct. Which programming language are you using and which language server? > […] >...
Ok, I have tested LSC again & it's indeed slightly more responsive than completion-nvim, I can keep typing without any locks or hangs. I understand that the completion list is...
I also noticed that the `cannot resume dead coroutine` error in completion-nvim usually happens when I'm trying to complete JSX but not normal JavaScript/TypeScript code ```ts React. // this rarely...
> Anyway, The parse failing does not expect so I've fixed it. Fixed, thanks > transform feature is hard to implement because we should parse and translate javascript regexp. I...
I have a question regarding concealing fenced code blocks https://github.com/nvim-treesitter/nvim-treesitter/pull/2662. I'd like to conceal the tripple ticks/tildas but keep the language visible. Right now, seems like `language` is a child...
There is already an issue about this https://github.com/NixOS/nixpkgs/pull/138059 & a merged PR that should fix this https://github.com/NixOS/nixpkgs/pull/137870
@FlorianFranzen did you manage to fix this? I have the same exact issues: ``` num calls time self name ----------------------------------------------------------------------------------- 1) 110 2994.44 27.22 81.48% 2013.06 18.30 54.78% __zplug::core::load::as_plugin 2)...
@kalbasit I'm aware of that & I already went through this a couple months ago & it was already fast. I use [zsh-nvm](https://github.com/lukechilds/zsh-nvm) which lazy loads `nvm` (I'm open to...