LinoWhy

Results 9 comments of LinoWhy

> ![DiffviewFileHistory %](https://private-user-images.githubusercontent.com/10135646/326645520-50ddf164-0c9f-44ab-887b-c8a847472839.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQ0NTc1MTksIm5iZiI6MTcxNDQ1NzIxOSwicGF0aCI6Ii8xMDEzNTY0Ni8zMjY2NDU1MjAtNTBkZGYxNjQtMGM5Zi00NGFiLTg4N2ItYzhhODQ3NDcyODM5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MzAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDMwVDA2MDY1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM5OWRlMTUxMTJiMDQ4ZGIyMjg1ZGZlMGMxNmNmNjhhMTFjZDZkZTNmNTcwYWZiZGQxODgxNGFjYWM1NjU0MWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.mw6gdRWeqrVlse5W_a8PefJWJ_LAUeGNPBk99wqYta0) @serranomorante I tried `DiffviewFileHistory %` and it looks like it working for me. Are you seeing an error? @mikesmithgh I meet the same issue, with the following...

Same issue for nevom nightly, but works as expected for version 0.9.6

Thanks for your reply! But after updating the plugin, neovim version 0.9.6 may occur the following error message when completion is triggered. ``` ...local/share/nvim/lazy/nvim-cmp/lua/cmp/utils/snippet.lua:27: attempt to call field 'list_cont ains'...

> Thanks for your reply! > > But after updating the plugin, neovim version 0.9.6 may occur the following error message when completion is triggered. > > ``` > ...local/share/nvim/lazy/nvim-cmp/lua/cmp/utils/snippet.lua:27:...

@hrsh7th Tested with my config, finding that the problem only occurs with an empty option of the select_next_item, such as: ```lua [""] = cmp.mapping.select_prev_item(), [""] = cmp.mapping.select_next_item(), ``` But if...

@hrsh7th Seems the problem only occurs if I set the `cmp_nvim_lsp.default_capabilities()` with clangd server capabilities. Comment the follwing line in my configuration works: ```lua -- Merge cmp & server configured...

Still not fixed in 20240203-110809-5046fc22.

output: ``` wezterm ls-fonts --codepoints 1F784 14:29:52.573 WARN wezterm_font > No fonts contain glyphs for these codepoints: \u{1f784}. Placeholder glyphs are being displayed instead. You may wish to install additional...

This still occurs with font Cascadia Code. But Windows Terminal with the same font setting doesn't have this issue. ![image](https://github.com/wez/wezterm/assets/43626684/dc1c2528-9cfa-4aef-8c1a-952cfd5fd4bd) It's weird that sometimes when I change the font size...