This commit is contained in:
Ralph Azucena 2024-08-13 19:45:30 -07:00
parent b0c3b0e500
commit 43b3cbb5be

View file

@ -21,7 +21,9 @@ return {
"neovim/nvim-lspconfig",
opts = {
servers = {
ruby_lsp = {},
ruby_lsp = {
filetypes = { "ruby" },
},
rubocop = {},
},
},