Kyle Kovacs
Kyle Kovacs
- Build libyang latest devel `603b68d96` - `rm -rf build && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug && sudo make -j8 install` - Build libnetconf2 latest devel...
As I understand, the `INTERNAL_MODULE_DATA_PATH` data will get saved into the datastore at compile time, yes. However, in the example I provided, I'm not editing the xml file. I'm directly...
Works now, thanks!
Unfortunately, this plugin and [which-key](https://github.com/folke/which-key.nvim) (is this the right one?) both wait for a key to be pressed and take an action accordingly. This plugin uses [`getchar()`](https://neovim.io/doc/user/builtin.html#getchar()) and consumes the...
@mebble This is cool! Didn't know about it either. It's not perfect. For example, if you want to search for `foo` in a folder called `server`, you can get results...
@uriva Unfortunately the maintainers of Prettier have rejected this idea many times over. They are concerned with [having as few options as possible](https://prettier.io/docs/en/option-philosophy.html) which means they won't add a flag...
I am having the same issue. As-is, flash is "breaking" the functionality of ct``. I think the fix would be to disable flash's "char mode" when in operator pending mode....
@mrbeardad It still doesn't work. I have had `jump_labels` set to false the whole time. ct`` still just jumps forward to that character and doesn't allow the regular `c` operator...
You can see my config [here](https://github.com/nullromo/vimrcgit/blob/main/.config/nvim/lua/plugins/flash.lua). The relevant part is copied below. `jump_labels` is false by default. ```lua opts = { label = { -- only use lowercase letters for...
1. When `autohide` is true, the flash functionality of f and t turns off. The point is to be able to press, for example, fcffffff... to cycle through occurrences of...