Skip to content

Commit a47bc3a

Browse files
committed
Configiure rails ruby lsp
1 parent 57316fb commit a47bc3a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.config/nvim/lua/plugins/nvim-lspconfig.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ return {
3838
-- Configure ruby-lsp using the new vim.lsp.config API
3939
vim.lsp.config('ruby-lsp', {
4040
init_options = {
41+
addonSettings = {
42+
["Ruby LSP Rails"] = {
43+
enablePendingMigrationsPrompt = false,
44+
},
45+
},
4146
settings = {
47+
4248
-- Server settings should go here
4349
}
4450
}

0 commit comments

Comments
 (0)