Long time since last commit
This commit is contained in:
parent
dd94586255
commit
3e9363b016
8 changed files with 149 additions and 103 deletions
17
lua/angryluck/plugins/isabelle-lsp.lua
Normal file
17
lua/angryluck/plugins/isabelle-lsp.lua
Normal 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",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue