fix: remove dead code

This commit is contained in:
Kat Inskip 2022-12-04 17:11:11 +01:00
parent dbbac0ae23
commit 862395c45b
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 9 additions and 5 deletions

View file

@ -2,7 +2,7 @@
let
inherit (lib.modules) mkIf;
inherit (lib.strings) concatStringsSep fixedWidthNumber hasInfix;
inherit (lib.strings) fixedWidthNumber hasInfix;
inherit (lib.attrsets) mapAttrs filterAttrs;
packDir = builtins.toString(pkgs.vimUtils.packDir config.programs.neovim.generatedConfigViml.configure.packages);
initLua = pkgs.substituteAll ({
@ -49,7 +49,7 @@ in mkIf config.programs.neovim.enable {
bufferline-nvim
# Language Server
nvim-lspconfig
(pkgs.vimPlugins.nvim-treesitter.withPlugins (plugins: with pkgs.tree-sitter-grammars; [
(pkgs.vimPlugins.nvim-treesitter.withPlugins (_: with pkgs.tree-sitter-grammars; [
tree-sitter-c
tree-sitter-lua
tree-sitter-rust