From 483e72120ccadda5f35a3e46ec25ce5613cf61ba Mon Sep 17 00:00:00 2001 From: Raffaele Wylde <75472685+raffaelewylde@users.noreply.github.com> Date: Tue, 16 Jul 2024 02:45:20 -0400 Subject: [PATCH] changed ruby python3 and node paths, working now, must check ifalso working on mac --- lua/config/options.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index 1810a5b..d45a5fa 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -16,6 +16,6 @@ vim.opt.autowriteall = true vim.opt.swapfile = false vim.opt.writebackup = true vim.g.CheatSheetDisableFrameworkDetection = 0 -vim.g.ruby_host_prog = "$HOME/.local/share/mise/installs/ruby/3.3.1/bin/ruby" -vim.g.python_host_prog = "$HOME/.local/share/mise/installs/python/3.12.3/bin/python" -vim.g.node_host_prog = "$HOME/.local/share/mise/installs/node/lts/bin/node" +vim.g.ruby_host_prog = "$HOME/.local/share/mise/shims/ruby" +vim.g.python_host_prog = "$HOME/.local/share/mise/shims/python3" +vim.g.node_host_prog = "$HOME/.local/share/mise/shims/node"