fzhzhen1987

Results 6 issues of fzhzhen1987

nvim-lsp的type_definition,definition,declaration,references的结果通过leaderf的UI来显示, leaderf比nvim自带的好用和好看和配置简单。 希望可以把代码阅读相关的整合到一个插件的UI,达到统一 -- See `:help vim.lsp.*` for documentation on any of the below functions buf_set_keymap('n', 'J', 'lua vim.lsp.buf.hover()', opts) buf_set_keymap('n', 'jt', 'lua vim.lsp.buf.type_definition()', opts) buf_set_keymap('n', 'jd', 'lua vim.lsp.buf.definition()', opts)...

windows11 通过powershell 7.2.6使用neovim显示文件有bug https://user-images.githubusercontent.com/40282264/196496225-1c1384a1-22af-47c7-b671-9ee706fddb98.mp4

T: Bug

- [x ] I am on the [latest](https://github.com/vercel/hyper/releases/latest) Hyper.app version - [x ] I have searched the [issues](https://github.com/vercel/hyper/issues) of this repo and believe that this is not a duplicate -...

首先有你做的这软件比wechat官方的强,感谢. 然后发现个问题 比如在设备上查看有10个人的聊天记录,但是从wechatexporter查看只有8个人记录. 这个问题有遇到过么. 尤其是比较老的记录会看不到.比如2017年的一些联系人记录

First of all, I would like to thank you for creating such a great plugin, which has been a tremendous help in reading code. Unfortunately, the removal of cscope support...

I am using the grep_word_under_cursor feature and want to change the theme to 'dropdown,' but I don't know how to set it up. I am using folke/which-key.nvim to set up...

enhancement