smekkley

Results 29 comments of smekkley

Bump. It'd be awesome if there was an option like `feh --bg-FZ`.

Any update on this? Or similar feature available in Declarative Pipeline? At the moment there is no way to run docker exec to override the entrypoint in a running docker...

@justmao945 Any chance merging this pull request?

I can't give you a solution but for relative path, I'd do, #include "config.h", include the whole directory. At least that's what most people do.

I've never seen a project that does include by file in gcc and then include as instead of "". I'm curious what the project is, if it's opensource. I've seen...

What I meant was to use AND include files when it's not in include path and add it in gcc. haha. last commit seem to did that, very strange indeed.

If you see Readme, this plugin doesn't use libclang on purpose. Ctags works more or less, it gets messy for cpp overloaded craps, but a good lightweight solution. Indeed, it'd...

I'm wondering if #130 helps this issue nicely. So far, I don't find it a big issue that clang call is blocking though, it seems fast enough. If clangd implementation...

I haven't looked thoroughly yet, It seems to rely on plugin path. I guess it's not following the vim plugin conventions, which I'm also not so familiar with.

I'm against this. It is one of the reasons I'm not using vim fzf. Binaries should be provided by the package managers. Afaik the plugins that use python, ripgrep, or...