Replies: 1 comment 2 replies
-
这个应该是 nvim 0.7 和 0.8 的区别,稳定版 0.7 应该没有提示,可以改成这样试试好不好用。 learn-neovim-lua/lua/lsp/common-config.lua Lines 13 to 19 in f879437 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
sed -i 's/client.resolved_capabilities/client.server_capabilities/g' $(grep -rl 'client.resolved_capabilities' *)
sed -i 's/vim.lsp.buf.formatting_sync/vim.lsp.buf.format/g' $(grep -rl 'vim.lsp.buf.formatting_sync' *)
Beta Was this translation helpful? Give feedback.
All reactions