Yufan You

Results 268 comments of Yufan You

> But can you help me with my issue @coder3101 :(( He was replying to the "I'm ready to contribute to this (and will open a PR soon)" in your...

> I'm using .deb package @ouuan. I'm not using Arch, but anyway else to change UI theme similar to Nord ? I said "You could try compiling CP Editor on...

A notable difference is that the built-in comment does not force the single-space inner padding. This means that comments would be `//comment` instead of `// comment`, and uncommenting `// comment`...

I think it already gets three lines down per roll 🤔 How many lines per roll on your machine? We may add a setting for this, but I doubt how...

As there's no documentation for #127, I'm wondering how it resolves this issue.

A working solution is already provided in @zbirenbaum's comment, and this issue is supposed to be tracking a built-in solution. I'm fine if the built-in solution is not implemented right...

> That comment is quite old and not really what you want. Even if you do `lsp.stop_client`, when you open another file it'll start the server again. Copilot will be...

Ideally, whether Copilot is working or not should depend only on the path of the file being edited (whether the path matches a pattern), not where I initially opened neovim,...

I'm commenting here because the "closed this as completed in #127" made me think a built-in solution was added in #127 and I missed it. I'm happy with the `lsp.stop_client`...