-
-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Feature description
There is a neat* way to set the codelldb path to Mason. Maybe this can improve the documentation:
mrcjkb/rustaceanvim: Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim.
-- codelldb: config with Mason
local path = vim.fn.glob(vim.fn.stdpath("data") .. "/mason/packages/codelldb/extension/") or ""
local codelldb_path = path .. "adapter/codelldb"
local liblldb_path = path .. "lldb/lib/liblldb.so"The advantage is, that codelldb updates do not have to be kept manually in sync or downloaded, if they are handled by Mason.
- originally found here:
how to use rust-tools with mason.nvim? · Issue #2894 · LunarVim/LunarVim
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request