mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
oops
This commit is contained in:
parent
b0c3b0e500
commit
43b3cbb5be
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ return {
|
|||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
ruby_lsp = {},
|
||||
ruby_lsp = {
|
||||
filetypes = { "ruby" },
|
||||
},
|
||||
rubocop = {},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue