wenjin
wenjin
> Same here. Snippets from jdt.ls are appended to the existing text when. I see this behavior only on Java with jdt.ls. > > ```lua > confirmation = { >...
> > > Same here. Snippets from jdt.ls are appended to the existing text when. I see this behavior only on Java with jdt.ls. > > > ```lua > >...
same for me
Here's another implementation with [mini.diff](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-diff.md), you can use it with [mini.git](https://github.com/echasnovski/mini.nvim/blob/main/readmes/mini-git.md) or [gitsigns](https://github.com/lewis6991/gitsigns.nvim) as diff source. ``` lua local range_ignore_filetypes = { "lua" } local diff_format = function() local data...