Skip to content

Commit 3f65459

Browse files
authored
Merge pull request letsgetrusty#2 from Markofka007/main
Updated init.lua to Provide Alternative for Linux Users
2 parents 2fb1572 + d842322 commit 3f65459

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/plugins/init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ return {
2424
local extension_path = codelldb:get_install_path() .. "/extension/"
2525
local codelldb_path = extension_path .. "adapter/codelldb"
2626
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"
2729
local cfg = require('rustaceanvim.config')
2830

2931
vim.g.rustaceanvim = {

0 commit comments

Comments
 (0)