Shihua Zeng

Results 30 issues of Shihua Zeng

First of all thank you for this awesome plugin! :smile: This plugin makes markdown editing with neovim much more convenient, but currently I find it difficult to set strings with...

![图片](https://user-images.githubusercontent.com/76579810/148796154-db20947a-3e32-45c8-bf0f-00e771fcc4b0.png) Italics are displyed incompletely.

This error is at `telescope-project.nvim/lua/telescope/_extensions/project/utils.lua`, line 79: ```lua local title = tostring(path):match("[^/]+$") ``` The regex cannot correctly parse pathes ended with `/` and will throw the error: `attempt to concatenate...

Admonition with style (`{style=...}` or ``) cannot be displayed correctly. This error occurs only in the latest release (1.1.1). Screenshot from version 1.1.1: ![图片](https://user-images.githubusercontent.com/76579810/151803034-a92a37bc-b6f9-47e8-91c5-94fbcec628c2.png) Screenshot from version 1.1.0: ![图片](https://user-images.githubusercontent.com/76579810/151803447-05af4900-8861-4d69-b3a8-8b52938628c4.png)

SDDM shows a white (blank) background picture if I set a picture with colon in its name. Changing the name of the picture solves the problem.

- `nvim --version`: 0.8.1 - `git --version`: 2.38.1 - Operating system/version: Linux, kernel 6.0.11-arch1-1 - Terminal name/version: kitty 0.26.5 ### Steps to reproduce 1. Use packer to install vim-floaterm with...

bug
v1

### Problem The following two keymaps have different behaviors which is unexpected: ```lua vim.keymap.set('n', '', 'v:count ? "" : "g"', { expr = true }) ``` ```vim nnoremap v:count ?...

bug

**Is your feature request related to a problem? Please describe.** According to the documentation, users can map `]c` and `[c` to navigate to next/previous hunk, but currently there's no way...

enhancement