lsp + test.lua

This commit is contained in:
Ralph 2024-04-07 00:00:14 -07:00
parent d610a77b92
commit 67faeaa71a
2 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,7 @@ return {
-- https://github.com/williamboman/mason.nvim?tab=readme-ov-file#introduction
-- https://mason-registry.dev/registry/list
ensure_installed = {
-- "ruby-lsp",
"rubocop",
},
},

7
lua/plugins/test.lua Normal file
View file

@ -0,0 +1,7 @@
return {
{ "olimorris/neotest-rspec" },
{
"nvim-neotest/neotest",
opts = { adapters = { "olimorris/neotest-rspec" } },
},
}