lijing00333

Results 63 comments of lijing00333

你的python版本是多少? 你可以这样隐藏掉这个报错: 在你的bashrc或者zshrc 里加上 ``` export PYTHONWARNINGS="ignore:invalid escape sequence" ```

我已经把UltiSnips换成了支持 LuaSnip,你把UltiSnips卸载,重新再安装下插件试试看 #354

![Image](https://github.com/user-attachments/assets/4869c38e-beea-481f-8276-b33ea8d346d9) marker 盖在 complete 匹配完成的结果的上面

把前进闪烁的问题也解决了,在lua中监听 CursorMovedI 事件来实现了

5860c2b08a007dde29ec7b7299ba246bed35bc2a

https://github.com/jayli/vim-easycomplete/commit/97202c5f7b381819c243b7558e2e6eb9cefc7ad5

I don't know the reason for the constant conflict. I just unmap the `` mapping to disable `` of auto-pair when vim-easycomplete is running.

With the last update, are there any error messages?

There should be no. Thank you for your feedback.

4a30f048a35f873c66554196110f623c5cdc41a8 update plugin and simply change .py files lsp server to `jedi-language-server` ``` let g:easycomplete_lsp_server = {"py":"jedi-language-server"} ``` install jedi-language-server by mason.nvim or by yourself.