Open hotung1027 opened 9 months ago
Update: after manual checkout to 643e46b, everything works smoothly.
Maybe I miss some setup after the breaking changes?
Do you call setup
for cmake-tools.nvim? And can you check if the buffer *cmake-tools*
exists?
Do you call
setup
for cmake-tools.nvim? And can you check if the buffer*cmake-tools*
exists?
Yep, I invoke cmake-tools.nvim to setup when file type is c
,cpp
.
I did try setup at Lazy.nvim load, both produce the same result.
And I checked the buffer cmake-tools not exists, through vim bufferlist.
I've checked that after I checkout to a version in which scratch.lua does not exists, it works smoothly, should be somewhere before 8e4e7f28652b53d90324703765a0827a95caa4e2.
I am not sure I hitting this behaviour because of my neovim version or what.
It should work now, use the latest commit.
Bug description On Vim Enter, Lsp attach and trigger cmake-tools to setup And then error pops out
CMake-Tools cannot function properly afterwards.
Steps to reproduce
Minimal configuration
```` 'stevearc/overseer.nvim' 'Civitasv/cmake-tools.nvim' "hrsh7th/nvim-cmp" ````Expected behavior
Screenshots
Environment
Neovim version:
Contents in the *cmake-tools* buffer
Cannot populate since the error produce from setup Trying to checkout to older version and see the problem fix from which hash