Hi,
thanks for the awesome plugin. It saved me a lot of time.
However, I ran into an issue when I tried to change the cmake_runner to overseer.
The runner is working perfectly fine, if it is "terminal" or "toggelterm". I only have issues with "overseer".
return {
"Civitasv/cmake-tools.nvim",
dependencies = { "akinsho/toggleterm.nvim" },
ft = { "c", "cpp", "cuda", "objc", "objcpp", "cmake" },
opts = {
cmake_runner = {
name = "overseer",
opts = {},
},
},
}
this is my file.
no field package.preload['overseer.strategy.terminal']
cache_loader: module 'overseer.strategy.terminal' not found
cache_loader_lib: module 'overseer.strategy.terminal' not found
no file './overseer/strategy/terminal.lua'
no file '/usr/share/luajit-2.1/overseer/strategy/terminal.lua'
no file '/usr/local/share/lua/5.1/overseer/strategy/terminal.lua'
no file '/usr/local/share/lua/5.1/overseer/strategy/terminal/init.lua'
no file '/usr/share/lua/5.1/overseer/strategy/terminal.lua'
no file '/usr/share/lua/5.1/overseer/strategy/terminal/init.lua'
Any help would be nice.
Thanks in advance.
Hi,
thanks for the awesome plugin. It saved me a lot of time.
However, I ran into an issue when I tried to change the cmake_runner to overseer.
The runner is working perfectly fine, if it is "terminal" or "toggelterm". I only have issues with "overseer".
this is my file.
Any help would be nice.
Thanks in advance.