Hennadii Chernyshchyk
Hennadii Chernyshchyk
> Please change title to something like "plugin that extracts and conditionally sets options from code formatters (per buffer)". Sorry, but personally would like to see the plugin exactly as...
@sakthimaan I installed `xclip` but the error is still there. It's easy to reproduce, just copy something in the host machine and try to past it into Waydroid.
> @Shatur can you test the pyclip by executing python -m pyclip paste @sakthimaan Hm... I have the following error: ``` Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196,...
Got it! What if use LSP for such things?
Without context data from LSP this feature will be impossible to implement :( :D But other features, such as include guards generation still useful.
> or also it can be triggered directly in QtCreator I will try this way first. I think it can be easier and better for performance.
I currently use neovim directly for C++ projects. I decided that it’s easier to make Neovim work as QtCreator than QtCreator work as Neovim :)
@tom-anders, currently I trying to make QtCreator from Neovim instead of making Neovim from QtCreator :D Nightly versions of Neovim have very fast LSP that can provide similar experience. And...
Will take a look, thank you!
Until this is not merged into QtCreator, I made an AUR package: [qnvim-git](https://aur.archlinux.org/packages/qnvim-git). I will provide installation instructions today after work.