Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
fix(nvim): update to nvim configs v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Nov 17, 2023
1 parent 2649f08 commit 371d849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Migrating to new hardware or rebuilding old hardware after a wipe is
[`graphicsmagick`](http://www.graphicsmagick.org/),
[`tectonic`](https://tectonic-typesetting.github.io/),
and [`typst`](https://typst.app/).
- OS-level adblocking with [`StevenBlack/hosts`](https://github.com/StevenBlack/hosts)
- OS-level ad-blocking with [`StevenBlack/hosts`](https://github.com/StevenBlack/hosts)
in the `/etc/hosts`.
- Apps:

Expand Down
7 changes: 2 additions & 5 deletions macbook/home-manager/nvim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,14 @@
lldb # provides lldb-vscode

# linters
codespell
luajitPackages.luacheck
markdownlint-cli2
nodePackages_latest.eslint
ruff
shellcheck

# formatter
black
dprint
cbfmt
isort
nixpkgs-fmt
prettierd
Expand All @@ -56,8 +53,8 @@
file.".config/nvim".source = pkgs.fetchFromGitHub {
owner = "storopoli";
repo = "nvim";
rev = "v1.8";
hash = "sha256-iJcLfz4o47GoIpCuU3NPfoyjS/S1cPdMXIhAIka6jRA=";
rev = "v1.9";
hash = "sha256-A1uQbyn4hWpePV/yuhV12K4+V8zrhWaifHFxrt+VSrY=";
};
};
}

0 comments on commit 371d849

Please sign in to comment.