Long time since last commit

This commit is contained in:
angryluck 2024-09-11 14:04:34 +02:00
parent dd94586255
commit 3e9363b016
8 changed files with 149 additions and 103 deletions

View file

@ -0,0 +1,17 @@
return {
{
"Treeniks/isabelle-lsp.nvim",
branch = "isabelle-language-server",
dependencies = {
"neovim/nvim-lspconfig",
},
config = function()
require("isabelle-lsp").setup({
isabelle_path = "/home/angryluck/isabelle-lsp/isabelle-emacs/bin/isabelle",
})
local lspconfig = require("lspconfig")
lspconfig.isabelle.setup({})
end,
},
"Treeniks/isabelle-syn.nvim",
}