zoumi
zoumi
OS: Windows 10 It's wired that neovim-qt always open file in active buffer window even though I drop the file to another buffer window.
asyncrun.vim will output something like this ``` || [xxxxxx] ... ... || Hello, world! || [Finished in 2 seconds] ``` I need copy the output of my cmd. Can I...
Compiling cargo-graph v0.3.0 Running `rustc /home/zoumi/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-graph-0.3.0/src/main.rs --crate-name cargo_graph --crate-type bin -C opt-level=3 --cfg feature=\"default\" --cfg feature=\"ansi_term\" --cfg feature=\"color\" -C metadata=78981140edc34098 --out-dir /tmp/cargo-install.RRnxogUmQG1e/release/deps --emit=dep-info,link -L dependency=/tmp/cargo-install.RRnxogUmQG1e/release/deps --extern clap=/tmp/cargo-install.RRnxogUmQG1e/release/deps/libclap-5edb29158d4cdcf9.rlib --extern toml=/tmp/cargo-install.RRnxogUmQG1e/release/deps/libtoml-43ec4e65006ca283.rlib --extern...
**Is your feature request related to a problem? Please describe.** None **Describe the solution you'd like** Allow to display buffer A's tags while editing in buffer B. **Describe alternatives you've...
Assume we have these c codes, and the cursor is at the first line(normal mode) ```c void UartTxArr(uint8_t *arr,uint8_t len) { uint8_t i=0; for(i=0;i
rg supports searching in multiple directories, if we put the paths at the end of argument. But it seems there no way to set these paths in vim-clap.
Version Info: ''' VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jan 11 2020 23:33:50) MS-Windows 64-bit GUI version Microsoft Windows 7 64bit 6.1.7601 Service Pack 1 Build 7601...
Sometimes clangd crashed when I'm editing a file in https://github.com/espressif/esp-idf. **Logs** ``` V[14:12:11.141] Dropped diagnostic: d:\programs\esp\esp_idf_download\examples\com\usb_proto\spi_handler.c: in included file: unknown type name 'clockid_t'; did you mean 'clock_t'? Signalled while building...
Hi,I got an error: CaptureTimeout. I'm using a notebook. When the app starts, I can see the LED beside the camera is turn on for about 200ms. My PC ENV:...