Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

Same for me, I would also like to know how to select entries after the trigger "/@". Ctrl-n and Ctrl-p don't seem to work.

Ok, the answer is to add `mapping = cmp.mapping.preset.cmdline()` to the setup. It is mentioned in the nvim-cmp README.

> @dchuri you can try to apply a similar fixed like: [#2505 (comment)](https://github.com/nvim-treesitter/nvim-treesitter/pull/2505#discussion_r802876518) so making `[")" "]" "}"] @indent_end` I think this fix is not corellated to the problem described...

@aranc In which file did you put that function?

@aranc-pix Are your dotfiles public? Also i see that you use copilot in the function. Is this working with codeium?

I was referring to the second picture of `Loaded Scopes`, as like I understand it is the scopes that user has enabled by using the corresponding scopes from the first...

> Now, if you select or open the cwd scope, since it resolved to the same ID your Loaded Scopes will not change since both git and cwd resolve to...

Thank you very much for taking time to implement this. I look forward to its completion.

There is already an open [PR](https://github.com/LazyVim/LazyVim/pull/24) in which the maintainer has expressed that he would rather not include such tools in LazyVim by default. I've no idea if his stance...

I too have come upon this problem and as I workaround I installed prettier globally and from Neovim i just run `:!prettier --write "%"`(created a keybinding for it) which is...