plugin upgrades and fuckery.

This commit is contained in:
2025-09-24 16:22:21 +02:00
parent 866b6ff34c
commit a28447db2f
11 changed files with 135 additions and 133 deletions

View File

@@ -0,0 +1,13 @@
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
haskell_language_server = false,
haskell_language_server_wrapper = false,
hls = false,
hie = false,
},
},
},
}