Skip to content

Commit

Permalink
nixfmt ?
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Aug 10, 2024
1 parent b1d7907 commit 020fda8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
regressionDeps = with pkgs; [
clang-tools
lit
nixfmt-rfc-style
];
shellOverride = old: {
nativeBuildInputs = old.nativeBuildInputs ++ regressionDeps;
Expand Down
1 change: 0 additions & 1 deletion nixd/docs/editors/nvim-lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ let
keymap("n", "<A-d>", "<cmd>Lspsaga term_toggle<CR>", { silent = true, desc = "Float terminal" })
keymap("t", "<A-d>", "<cmd>Lspsaga term_toggle<CR>", { silent = true, desc = "Float terminal" })
'';

in
pkgs.runCommand "nvim-lsp" { } ''
mkdir -p $out/bin
Expand Down

0 comments on commit 020fda8

Please sign in to comment.