neovim update
This commit is contained in:
10
.config/nvim/fnl/settings/lsp/hls.fnl
Normal file
10
.config/nvim/fnl/settings/lsp/hls.fnl
Normal 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
|
||||
Reference in New Issue
Block a user