nvim: move hls to lsp.haskell module

This commit is contained in:
Primrose 2025-07-08 23:47:47 +02:00
parent 9c817814f2
commit f1cd9b036f
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 52 additions and 41 deletions

View file

@ -1,2 +1,5 @@
local opts = require("opts")
opts.matchit_let_in()
vim.bo.shiftwidth = 2
vim.bo.expandtab = true