i have literally no clue how can this help but i guess i have to try this one
This commit is contained in:
parent
80d0a79179
commit
fb834fbe8b
2 changed files with 8 additions and 11 deletions
|
|
@ -36,8 +36,6 @@ install_plug "echasnovski/mini.test"
|
||||||
-- install go treesitter parse
|
-- install go treesitter parse
|
||||||
require("nvim-treesitter.install").ensure_installed_sync "go"
|
require("nvim-treesitter.install").ensure_installed_sync "go"
|
||||||
|
|
||||||
-- setup mini.test only when running headless nvim
|
|
||||||
if #vim.api.nvim_list_uis() == 0 then
|
|
||||||
require("mini.test").setup {
|
require("mini.test").setup {
|
||||||
collect = {
|
collect = {
|
||||||
find_files = function()
|
find_files = function()
|
||||||
|
|
@ -45,4 +43,3 @@ if #vim.api.nvim_list_uis() == 0 then
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue