phanium

Results 47 comments of phanium

@leikoilja Here's a workaround, just toggle/hide your float terminal first. ```yaml os: edit: '[[ -z "$NVIM" ]] && { nvim {{filename}} &>/dev/tty; true; } || { nvim -u NONE --server...

@leikoilja I try vim-floatterm just now (basically default config), and it works well for me. So I have no idea now, maybe you can try the following solution: * Use...

pillow 10.0 has a break changes, which make ueberzug don't work, refer to . Maybe you can downgrade.

You also need to manually trim out `\n` from tokens since nui input popup seems not working well with multiple lines.

This workaround seems also adding cmap. ![image](https://github.com/altermo/ultimate-autopair.nvim/assets/91544758/48fe6fd3-1c71-484e-80d2-cbe2191c78b7)

Nvim should not quit on `CTRL-Z`, but it try to quit... ``` #0 0x00005c883bbf9aef rstream_close_cb (/home/phan/b/neovim/build/bin/nvim + 0x1b4aef) #1 0x00005c883bf6a355 uv_run (/home/phan/b/neovim/build/bin/nvim + 0x525355) #2 0x00005c883bbf5535 loop_close (/home/phan/b/neovim/build/bin/nvim + 0x1b0535)...

Because `d;` is not equal to `d:norm! ;`. Can be fixed with `expr` (this patch is used on `main` branch, but I'm not sure if this functionality would still be...

Not sure if is this a bug of vim/nvim: ```vim let g:mapleader = "\" map echo "work" map echo "not work" map echo "work" map echo "work" ``` But here...

I have a issue with https://github.com/OXY2DEV/tree-sitter-qf, which seems fixed by this PR. Repro: ```sh cd /tmp; git clone https://github.com/OXY2DEV/tree-sitter-qf; cd tree-sitter-qf tree-sitter g; tree-sitter b; mkdir parser -p; mv qf.so...

I just checkout on `dev` branch. `FzfLua lsp_references` then `FzfLua resume` seems broken Also something wrong with `multiprocess=false`: `fzf-lua.setup({"hide"})`, `FzfLua files multiprocess=false`, `FzfLua resume` error with ``` Error executing callback:...