haskell config

This commit is contained in:
Dario48 2025-12-23 22:26:42 +01:00
commit 703c4a6473

View file

@ -0,0 +1,8 @@
local conf = vim.lsp.config.hls
vim.lsp.config("hls", conf)
vim.lsp.enable("hls")
vim.o.tabstop = 2
vim.o.softtabstop = 0
vim.o.shiftwidth = 0
vim.o.expandtab = true