haskell config
This commit is contained in:
parent
08387a70f8
commit
703c4a6473
1 changed files with 8 additions and 0 deletions
8
after/ftplugin/haskell.lua
Normal file
8
after/ftplugin/haskell.lua
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue