even cooler

This commit is contained in:
2025-12-18 23:12:43 +07:00
parent 3c21e12bf3
commit 1e969b43a0
18 changed files with 180 additions and 393 deletions

View File

@@ -3,6 +3,7 @@ return {
'ms-jpq/coq_nvim',
enabled = true,
lazy = false,
priority = 30,
branch = 'coq',
dependencies = {
-- Quickstart configs for Nvim LSP
@@ -20,30 +21,3 @@ return {
}
end,
}
--
--[[ {
'neovim/nvim-lspconfig',
lazy = false,
dependencies = {
-- Fast as FUCK nvim completion
{ 'ms-jpq/coq_nvim', branch = 'coq' },
-- 9000+ Snippets
{ 'ms-jpq/coq.artifacts', branch = 'artifacts' },
-- Lua & third party sources. Need to **configure separately**
{ 'ms-jpq/coq.thirdparty', branch = '3p' }
},
init = function()
vim.g.coq_settings = {
auto_start = 'shut-up',
-- Your COQ settings here
}
end,
config = function()
-- Your LSP settings here
end,
} ]]