mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 05:51:04 +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",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
servers = {
|
servers = {
|
||||||
ruby_lsp = {},
|
ruby_lsp = {
|
||||||
|
filetypes = { "ruby" },
|
||||||
|
},
|
||||||
rubocop = {},
|
rubocop = {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue