mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
lsp + test.lua
This commit is contained in:
parent
d610a77b92
commit
67faeaa71a
2 changed files with 8 additions and 0 deletions
|
|
@ -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
7
lua/plugins/test.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
{ "olimorris/neotest-rspec" },
|
||||
{
|
||||
"nvim-neotest/neotest",
|
||||
opts = { adapters = { "olimorris/neotest-rspec" } },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue