wenjin

Results 18 comments of 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 > >...

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...

Could this related to some breaking change in Hyprland? It dropped wlroots as dependency and replaced it with https://github.com/hyprwm/aquamarine, after version 0.42

这套配置确实不考虑多用户,所以gteetd默认取第一个用户,要改的话auth.ts用户名的组件改成输入框其他地方也相应的改一下就行了,不想折腾建议换用gdm 想支持多用户的话本身就很多工作,按nix的方式如果你想每个用户配置差异化,还得各维护一套home manager的配置

> so basically hyprland users have to switch to another locker for the moment ? or stay at hyprland v0.32.3 for now.

Thank you for another great work @echasnovski ! After some test, I find out completion snippet did not work with the java lsp `jdtls`, it returns completion item data like...

> It's awesome to see this plugin and the "mock" nvim-web-devicons. Another plugin that is quite popular in the community is [`lspkind-nvim`](https://github.com/onsails/lspkind.nvim) which is used in many plugins as well....

Hi, thanks for reply, I just read the PR comment. Personally, I prefer neovim internal terminals to keep the same color as the normal terminal, cuz I customized terminal color...