moshno nadristal

This commit is contained in:
2023-02-11 22:56:38 +10:00
parent b4157580f5
commit 47e833bef3
20 changed files with 324 additions and 226 deletions

View File

@@ -0,0 +1,6 @@
local coq = require('coq')
require('lspconfig').psalm.setup {
on_attach = lspconfig_on_attach,
coq.lsp_ensure_capabilities()
}