This commit is contained in:
h
2026-06-14 02:49:06 -04:00
parent f44e1cdc22
commit 4cd1806682
9 changed files with 998 additions and 20 deletions
+9 -8
View File
@@ -5,6 +5,10 @@ local function import(name)
end
return {
{
'nvim-mini/mini.nvim',
version = false
},
{
"RRethy/base16-nvim",
@@ -265,20 +269,17 @@ return {
{ src = 'nvimlua', short_name = 'NLUA', conf_only = true },
{ src = 'bc', short_name = 'CALC', precision = 8 },
}
end,
build = function()
require("coq")
vim.cmd(":COQdeps")
end,
config = function()
require('coq_3p') {
{ src = 'vimtex', short_name = 'TEX' },
{ src = 'nvimlua', short_name = 'NLUA', conf_only = true },
{ src = 'bc', short_name = 'CALC', precision = 8 },
}
end
},
@@ -321,11 +322,11 @@ return {
lazy = false,
dependencies = {
{
"ms-jpq/coq.artifacts",
branch = "artifacts",
lazy = false,
},
{
"ms-jpq/coq.artifacts",
branch = "artifacts",
lazy = false,
},
},
},
},