feat(nvim)!: switch formatter.nvim to conform.nvim
This commit is contained in:
parent
cf425d4db9
commit
1735fb38da
8 changed files with 110 additions and 154 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue