xzbdmw

Results 54 issues of xzbdmw

I have this custom keymap ```lua keymap("x", "", function() vim.api.nvim_feedkeys(vim.api.nvim_replace_termcodes("holo", true, false, true), "t", false) end, opts) ``` which simply shrink one char at two side as a workaround for...

### Problem https://github.com/neovim/neovim/assets/97848247/951812e5-0457-41fb-ab11-3945d3101211 typing dd and cursor will filker if `vim.fn.setreg("+", now)` is called ### Steps to reproduce ```repro.lua local root = vim.fn.fnamemodify("./.repro", ":p") -- set stdpaths to use .repro...

bug
clipboard

![image](https://github.com/coffebar/neovim-project/assets/97848247/f4be3b3f-2a0f-48ab-a2cc-db958bf56cea) remove that function speed back

**Describe the bug** with 13.0, I think I can drop files into dock but I can't, downloaded from release page. Macos 14.2 **To Reproduce** https://github.com/neovide/neovide/assets/97848247/e7ac0208-7afe-4d81-a3fd-4309feca8ae8

bug
help wanted
macos

```lua local root = vim.fn.fnamemodify("./.repro", ":p") _G.Time = function(start, msg) msg = msg or "" local duration = 0.000001 * (vim.loop.hrtime() - start) -- __AUTO_GENERATED_PRINT_VAR_START__ print(msg .. [==[duration:]==], vim.inspect(duration)) --...

bug

**Is your feature request related to a problem? Please describe.** In a lua file, ts's indent method takes 0.02s which is a noticeable delay when I type o. After trying...

indent

### Did you check the docs? - [X] I have read all the trouble.nvim docs ### Is your feature request related to a problem? Please describe. I v2 the auto_preview...

enhancement v3

I scan through help can't find a way to flip the default layout of side-by-side, why new change is showing at right I'm confused.

follow up of #1886 fix https://github.com/hrsh7th/nvim-cmp/pull/1886#issuecomment-2156131192 close #495 should behave the same as vscode now. Custom snippet not supported yet, only lsp snippet and copilot-similar source will trigger multi-line ghost-text,...