Use ClangAST or ClangdMemoryUse will cause error message "cannot use both 'scope' and 'buf'". For example:
Error executing vim.schedule lua callback: ...d_extensions.nvim/lua/clangd_extensions/memory_usage.lua:30: cannot use both 'scope'
and 'buf'
stack traceback:
[C]: in function 'nvim_set_option_value'
...d_extensions.nvim/lua/clangd_extensions/memory_usage.lua:30: in function 'display'
...d_extensions.nvim/lua/clangd_extensions/memory_usage.lua:95: in function 'handler'
...d_extensions.nvim/lua/clangd_extensions/memory_usage.lua:102: in function 'handler'
/usr/share/nvim/runtime/lua/vim/lsp.lua:1497: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
I use nightly neovim ( v0.10.0-dev-735+g8fe9f41f7), and the error message obviously comes from neovim API. So does any break changes cause this? Thanks.
Use
ClangAST
orClangdMemoryUse
will cause error message "cannot use both 'scope' and 'buf'". For example:I use nightly neovim ( v0.10.0-dev-735+g8fe9f41f7), and the error message obviously comes from neovim API. So does any break changes cause this? Thanks.