mirror of
https://github.com/Smaug123/nix-dotfiles
synced 2025-10-21 22:28:40 +00:00
Bump nixpkgs (#127)
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
require("lspconfig")["leanls"].setup({})
|
||||
vim.lsp.config.leanls = {
|
||||
cmd = { "lean-language-server", "--stdio" },
|
||||
root_markers = { "lean-toolchain", "lakefile.lean" },
|
||||
}
|
||||
vim.lsp.enable("leanls")
|
||||
|
||||
require("lean").setup({})
|
||||
|
||||
|
Reference in New Issue
Block a user