diff --git a/lua/plugins/extras_ruby_mine.lua b/lua/plugins/extras_ruby_mine.lua index cff1101..2bc3e1f 100644 --- a/lua/plugins/extras_ruby_mine.lua +++ b/lua/plugins/extras_ruby_mine.lua @@ -21,7 +21,9 @@ return { "neovim/nvim-lspconfig", opts = { servers = { - ruby_lsp = {}, + ruby_lsp = { + filetypes = { "ruby" }, + }, rubocop = {}, }, },