Shihua Zeng

Results 30 issues of Shihua Zeng

### Problem nvim uses light background when the terminal has dark background. This only happens in tmux (version 3.4). ### Steps to reproduce 1. `nvim --clean` in a dark terminal...

bug
needs:repro

Hi, thanks for all your work in this awesome plugin! I am using `mode='topline'` and would like to jump to the previous `[count]` context with `[count][C`, for example: ``` if...

enhancement

### Before reporting - Please make sure you have searched through the [F.A.Q.](https://github.com/voldikss/vim-floaterm/issues?q=label%3AFAQ) first. - Please make sure you are using the latest version of this plugin. - It's better...

### Environment - Arch Linux - nvim v0.8.1 #### If you are using neovim, just run `:checkhealth floaterm` and post the content below. ```markdown floaterm: health#floaterm#check ======================================================================== ## common -...

Hi, thanks for making this awesome plugin, it makes nvim's builtin terminal much more ergonomic and user-friendly. Sometimes I work on 2+ projects in neovim and keeps them in multiple...

Consider the following snippet: ```lua s({ trig = 'test' }, t('\t')) ``` ideally this should insert a tab after expansion despite the value of `&expandtab`, however it will only insert...

### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature Add an option, e.g. `max_preview_size` so that preview is not enabled for...

enhancement
P1

Let `|` be the cursor, in the following case pressing backspace will delete two asterisks in front of the cursor in markdown files, causing unbalanced italic markers: ```md **|** -->...

I know it might be hard or tricky but is it possible to auto-pair `[=[...]=]` lua string? With this config: ```lua require('ultimate-autopair').setup({ { '[=[', ']=]', ft = { 'lua' }...

## Description The statuslines at the bottom (not all statusline, only the statuslines of the bottom windows) is not shown when image.nvim is loaded. ## Minimal repro config ```lua local...