lsp related changes

This commit is contained in:
2024-01-30 20:54:44 +01:00
parent a97c33a024
commit c347de44e3
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,7 @@
local lsp = require "lspconfig"
local coq = require "coq" -- add this
local coq = require "coq"
require("mason").setup()
require("mason-lspconfig").setup()
lsp.clangd.setup(coq.lsp_ensure_capabilities({
on_attach = on_attach,