This commit is contained in:
Hendra 2025-02-09 18:56:40 +07:00
parent a5bd631f08
commit db59a48fb4
2 changed files with 37 additions and 29 deletions

View file

@ -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 = {...},