forest
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user