Update lazyvim to v15
This commit is contained in:
@@ -18,3 +18,5 @@ vim.opt.title = true
|
||||
vim.opt.titlestring = "%{substitute(getcwd(),$HOME,'~','')} - Neovim"
|
||||
|
||||
vim.opt.fillchars:append({ diff = "╱" })
|
||||
|
||||
vim.opt.mousescroll = "ver:6,hor:6" -- better mouse scroll in hidpi mode
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
return {
|
||||
"NoahTheDuke/vim-just",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
ft = { "\\cjustfile", "*.just", ".justfile" },
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
return {
|
||||
"echasnovski/mini.indentscope",
|
||||
"nvim-mini/mini.indentscope",
|
||||
enabled = true,
|
||||
opts = {
|
||||
draw = {
|
||||
|
||||
@@ -7,7 +7,7 @@ return {
|
||||
return {
|
||||
adapters = {
|
||||
["neotest-mocha"] = {
|
||||
command = "npx ts-mocha --config ./test-integration/.mocharc.json -r tsconfig-paths/register -r ./test/config-mutation-setup.ts -r ./test-integration/hooks.ts",
|
||||
command = "docker exec -it api-sandbox npm run test:integration",
|
||||
command_args = function(context)
|
||||
-- The context contains:
|
||||
-- results_path: The file that json results are written to
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
return {
|
||||
"IndianBoy42/tree-sitter-just",
|
||||
config = function()
|
||||
require("tree-sitter-just").setup({})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user