feat(nvim)!: switch formatter.nvim to conform.nvim

This commit is contained in:
Moritz Böhme 2023-11-03 13:48:47 +01:00
parent cf425d4db9
commit 1735fb38da
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
8 changed files with 110 additions and 154 deletions

View file

@ -37,7 +37,7 @@
};
hmts-nvim.flake = false;
hmts-nvim.url = "github:calops/hmts.nvim";
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay/dacbb092b5d6e97127b3e57007474a5c47305164"; # HACK: because upstream is broken
nix-lazy-nvim.url = "git+https://git.moritzboeh.me/moritz/NixLazy.nvim";
nvim-lspconfig.flake = false;
nvim-lspconfig.url = "github:neovim/nvim-lspconfig";
@ -72,7 +72,6 @@
let
defaultOverlays = [
inputs.hypr-contrib.overlays.default
inputs.neovim-nightly-overlay.overlay
self.overlays.default
];
@ -143,6 +142,10 @@
command = "sudo nixos-rebuild boot --flake . $@";
}
];
packages = with pkgs; [
stylua
sumneko-lua-language-server
];
};
pre-commit = {