Felipe Lema

Results 145 comments of Felipe Lema

lemme try and add an unit test It's probably not going to be ready this week. Hopefully this month

oh, I see that we're not testing highlights. the to-be-implemented test points to https://github.com/neovim/neovim/issues/6412, which has been solved we may want to address that TODO first

Will pick up the MVE-as-test, although I was shifting my focus into implementing an LSP server that only does semantic highlight using code from this repo anyone reading this can...

> For the record, NetworkManager's OpenVPN integration parses the OpenVPN output directly to set routes and DNS, but that's obviously not an option with a custom GUI. I don't see...

I copied bit by bit as needed (have an lsp, have documents sync-ed, etc)... but having initialization parameters has me hitting my head against the keyboard the `main` branch has...

I can work on this if maintainers are willing to accept such a feature

you could run an "add directory" command to an event (say `BufReadPost`) The command should be something like `eval "$(env luajit /your/custom/path/to/z.lua/z.lua --init)"; _zlua add %s`

I'm getting these freezes and I'm willing to collect logs/metrics to help. I cannot consistently reproduce it either. I can only add I have these problems on Windows and very...

> The way I see it this is only relevant for pickers without line/col, i.e. only files, git-files, oldfiles, args, etc. yes > Does it have to be an existing...

hey, I [did a command](https://codeberg.org/FelipeLema/archivos-con-memoria-nvim) to output grep-ish lines (`/path/to/file:line:col:text`) But I cannot use it with `require "fzf-lua".grep(...)` because it expects `"grep"`, `"rg"`... as the command name. any pointers on...