bilabila
bilabila
Hi, thank your for this plugin. It's seems the synchronized scrolling feature is not implemented, so I have to manually scroll zathura to preview.
Hi, my bash script contains left aligned multi-line strings. ```sh loop() { local usage="\ aaaaaaaaa aaaaaaaaa" echo '#!/usr/bin/env bash aaaaaaa aaaaaaa ' } ``` I have no idea how to...
Hi, It seems this plugin doesn't support multibyte charactor, for example `图片`。I tried modifying ```lua function source:get_keyword_pattern() return [[\w\+]] end ``` to `[[\k\+]]`, but failed. Currently, multibyte charactor is support...
I set ```lua require('kommentary.config').configure_language("default", { prefer_single_line_comments = true, }) ``` for ```xml DejaVu Sans DejaVu Sans Mono ``` expect(nerdcommenter) ```xml ``` but get ```xml ```
Mod4 + button3 is commonly used to resize floating window, which stops working when mygestures is up. Can mygestures pass through or ignore modifier + button events?
This is the best comment plugin for me. `nvim-comment` and `kommentary` still need improvement. The only missing feature in this plugin is left aligned commenting. Some code formater will align...
In folders named `/F:` or `/E:`, CocCommand stucks, thus whole coc system down. `/F:` is plain folder on ext4 filesystem, not a mount point. ```txt root@bilabila ~# mkdir -p /F:...
目前好像只能通过html方式推图,尝试了下发现只能用如下方式来看图 https://user-images.githubusercontent.com/17373509/153645026-6965b280-1982-4ee7-be47-ad7671512e03.mp4 有办法能在主页就看到缩略图吗?类似QQ、微信的聊天界面。
When dragging from a gvfs-mtp mountpoint, dragon's behavior is different from thunar. Thunar produce ```txt file:///run/user/1000/gvfs/mtp:host=Android_OnePlus_a7de565f ``` Dragon produce ```txt mtp:host=Android_OnePlus_a7de565f ``` Which can not be processed by chromium, so...
Don't know if it's caused by `treesitter` or `context`. Have to disable `context` now. nvim version: ```txt NVIM v0.6.1 Build type: Release LuaJIT 2.1.0-beta3 Compiled by builduser Features: +acl +iconv...