Skip to content

Commit

Permalink
alter deno config
Browse files Browse the repository at this point in the history
  • Loading branch information
emattiza committed Dec 27, 2023
1 parent 6641d55 commit 3d2005f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/lsp/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ in {
}
''}
${writeIf cfg.purescript ''
-- Deno Config
-- Purescript Config
lspconfig.purescriptls.setup{
capabilities = capabilities;
on_attach = function(client, bufnr)
Expand All @@ -425,7 +425,7 @@ in {
''}
${writeIf cfg.dhall ''
-- Deno Config
-- Dhall Config
lspconfig.dhall_lsp_server.setup{
capabilities = capabilities;
on_attach = function(client, bufnr)
Expand All @@ -437,7 +437,6 @@ in {
-- Deno Config
lspconfig.denols.setup{
capabilities = capabilities;
root_dir = lspconfig.util.root_pattern("deno.jsonc");
on_attach = function(client, bufnr)
attach_keymaps(client, bufnr)
end,
Expand Down

0 comments on commit 3d2005f

Please sign in to comment.