We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fb1572 + d842322 commit 3f65459Copy full SHA for 3f65459
lua/plugins/init.lua
@@ -24,6 +24,8 @@ return {
24
local extension_path = codelldb:get_install_path() .. "/extension/"
25
local codelldb_path = extension_path .. "adapter/codelldb"
26
local liblldb_path = extension_path.. "lldb/lib/liblldb.dylib"
27
+ -- If you are on Linux, replace the line above with the line below:
28
+ -- local liblldb_path = extension_path .. "lldb/lib/liblldb.so"
29
local cfg = require('rustaceanvim.config')
30
31
vim.g.rustaceanvim = {
0 commit comments