From 0d87f0c2476a20d98cd2bd5532deafe5a3b4da8d Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Wed, 13 Oct 2021 09:00:38 +0200 Subject: [PATCH] Fix typo in rust-tools.nvim config --- nvim/.config/nvim/fnl/dots/plugins/lsp.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/fnl/dots/plugins/lsp.fnl b/nvim/.config/nvim/fnl/dots/plugins/lsp.fnl index 0996633..a302ee2 100644 --- a/nvim/.config/nvim/fnl/dots/plugins/lsp.fnl +++ b/nvim/.config/nvim/fnl/dots/plugins/lsp.fnl @@ -101,7 +101,7 @@ rust-tools-dap (require "rust-tools.dap") extension-path "/home/leon/.vscode/extensions/vadimcn.vscode-lldb-1.6.8/" codelldb-path (.. extension-path "adapter/codelldb") - liblldb-path (.. extension-path "lldb/lib/libllb.so")] + liblldb-path (.. extension-path "lldb/lib/liblldb.so")] (rust-tools.setup {:tools {:inlay_hints {:show_parameter_hints false} :autoSetHints false} :dap {:adapter (rust-tools-dap.get_codelldb_adapter codelldb-path liblldb-path)}