Skip to content

Commit

Permalink
chore(lockfile): update flake.lock (#30)
Browse files Browse the repository at this point in the history
* chore(lockfile): update nixvim

* chore(lockfile): update nixpkgs-unstable

* chore(lockfile): update ocaml-overlay

* chore(lockfile): update nix-darwin
  • Loading branch information
r17x authored Nov 19, 2024
1 parent 3310bdf commit 45b647b
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 37 deletions.
95 changes: 62 additions & 33 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions nvim.nix/config/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@
];

plugins.typescript-tools.enable = true;
plugins.typescript-tools.settings.codeLens = "references_only";
plugins.typescript-tools.settings.completeFunctionCalls = true;
plugins.typescript-tools.settings.exposeAsCodeAction = "all";
plugins.typescript-tools.handlers = {
plugins.typescript-tools.settings.code_lens = "references_only";
plugins.typescript-tools.settings.complete_function_calls = true;
plugins.typescript-tools.settings.expose_as_code_action = "all";
plugins.typescript-tools.settings.handlers = {
"textDocument/publishDiagnostics" =
# lua
''
Expand Down Expand Up @@ -314,6 +314,7 @@

hls.enable = true;
hls.autostart = true;
hls.installGhc = false;

htmx.enable = !pkgs.stdenv.isDarwin;
htmx.autostart = true;
Expand Down Expand Up @@ -370,6 +371,7 @@

ocamllsp.enable = true;
ocamllsp.autostart = true;
ocamllsp.package = pkgs.ocamlPackages.ocaml-lsp;
ocamllsp.settings.codelens.enable = false;
ocamllsp.settings.extendedHover.enable = true;
ocamllsp.settings.duneDiagnostics.enable = false;
Expand Down

0 comments on commit 45b647b

Please sign in to comment.