We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
操作系统:Archlinux 安装方式:先安装的Neovim再用手动安装命令进行安装的插件包 问题:使用cmake-tools的相关命令都会弹出如下的错误提示,需要按回车后,才可以正常使用
The text was updated successfully, but these errors were encountered:
Civitasv/cmake-tools.nvim#197 I just monkey-patched cmake-tools:
local scratch = require'cmake-tools.scratch' function scratch.append(cmd) vim.schedule(function() if scratch.buffer ~= nil then vim.api.nvim_buf_set_lines(scratch.buffer, -1, -1, false, { cmd }) end end) end
See if it still happens?
Sorry, something went wrong.
问题解决了,感谢小彭老师
No branches or pull requests
操作系统:Archlinux
安装方式:先安装的Neovim再用手动安装命令进行安装的插件包
问题:使用cmake-tools的相关命令都会弹出如下的错误提示,需要按回车后,才可以正常使用
The text was updated successfully, but these errors were encountered: