updates
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
-- Options are automatically loaded before lazy.nvim startup
|
||||
-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua
|
||||
-- Add any additional options here
|
||||
|
||||
vim.opt.scrolloff = 999
|
||||
|
||||
@@ -106,4 +106,12 @@ return {
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"snacks.nvim",
|
||||
opts = {
|
||||
zen = {},
|
||||
terminal = {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
11
lua/plugins/testing.lua
Normal file
11
lua/plugins/testing.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"nvim-neotest/neotest",
|
||||
dependencies = {
|
||||
"marilari88/neotest-vitest",
|
||||
},
|
||||
opts = {
|
||||
adapters = {
|
||||
["neotest-vitest"] = {},
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user