neovim-dotfiles/after/ftplugin/haskell.lua
2025-12-23 22:46:35 +01:00

8 lines
167 B
Lua

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