mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
changed ruby python3 and node paths, working now, must check ifalso working on mac
This commit is contained in:
parent
e06ebc9fc3
commit
483e72120c
1 changed files with 3 additions and 3 deletions
|
|
@ -16,6 +16,6 @@ vim.opt.autowriteall = true
|
||||||
vim.opt.swapfile = false
|
vim.opt.swapfile = false
|
||||||
vim.opt.writebackup = true
|
vim.opt.writebackup = true
|
||||||
vim.g.CheatSheetDisableFrameworkDetection = 0
|
vim.g.CheatSheetDisableFrameworkDetection = 0
|
||||||
vim.g.ruby_host_prog = "$HOME/.local/share/mise/installs/ruby/3.3.1/bin/ruby"
|
vim.g.ruby_host_prog = "$HOME/.local/share/mise/shims/ruby"
|
||||||
vim.g.python_host_prog = "$HOME/.local/share/mise/installs/python/3.12.3/bin/python"
|
vim.g.python_host_prog = "$HOME/.local/share/mise/shims/python3"
|
||||||
vim.g.node_host_prog = "$HOME/.local/share/mise/installs/node/lts/bin/node"
|
vim.g.node_host_prog = "$HOME/.local/share/mise/shims/node"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue