Update
This commit is contained in:
parent
a5bd631f08
commit
db59a48fb4
2 changed files with 37 additions and 29 deletions
10
init.lua
10
init.lua
|
|
@ -572,7 +572,15 @@ require('lazy').setup({
|
|||
--
|
||||
ts_ls = {},
|
||||
svelte = {},
|
||||
ruby_lsp = {},
|
||||
ruby_lsp = {
|
||||
cmd_env = {
|
||||
BUNDLE_GEMFILE = vim.fn.expand '~/.global-ruby/Gemfile',
|
||||
},
|
||||
cmd = {
|
||||
-- vim.fn.expand '~/.local/bin/mise exec ruby@3.0 -- ruby-lsp',
|
||||
vim.fn.expand '~/test/misw',
|
||||
},
|
||||
},
|
||||
|
||||
lua_ls = {
|
||||
-- cmd = {...},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue