neovim update

This commit is contained in:
2026-04-14 16:49:14 +02:00
parent 14f5cca0d9
commit 4e92bceb8f
9 changed files with 51 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
(local M {})
(fn M.setup [opts]
(vim.lsp.config :hls
{:on_attach opts.on_attach
:capabilities opts.capabilities
:flags opts.flags
:cmd [:/home/rhiobet/.cabal/bin/haskell-language-server "--lsp"]}))
M