From 3f600ab07dbad3b6dd7655587ddea158b19aea71 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 23:42:21 +0200 Subject: Refactor(treewide): Abbreviate path names --- .../config/neovim/nixvim/plugins/raw_plugins/default.nix | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins/default.nix (limited to 'home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins') diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins/default.nix deleted file mode 100644 index 941cb7cb..00000000 --- a/home-manager/soispha/config/neovim/nixvim/plugins/raw_plugins/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{...}: { - programs.nixvim = { - # Not all plugins have own modules - # You can add missing plugins here - # `pkgs.vimExtraPlugins` is added by the overlay you added at the beginning - # For a list of available plugins, look here: - # https://github.com/jooooscha/nixpkgs-vim-extra-plugins/blob/main/plugins.md - extraPlugins = [ - ]; - }; -} -- cgit 1.4.1