From 43b3cbb5bed2ff9f051ef8137198256a04f9b7b8 Mon Sep 17 00:00:00 2001 From: Ralph Azucena Date: Tue, 13 Aug 2024 19:45:30 -0700 Subject: [PATCH] oops --- lua/plugins/extras_ruby_mine.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = {}, }, },