Refactored file structure to make more sense, made default.nixes less verbose
This commit is contained in:
15
modules/sys/software/nixvim/plugins/default.nix
Normal file
15
modules/sys/software/nixvim/plugins/default.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
imports = [
|
||||
./alpha.nix
|
||||
./vim-matchup.nix
|
||||
./coq.nix
|
||||
./barbar.nix
|
||||
./cmp.nix
|
||||
./lsp.nix
|
||||
./lualine.nix
|
||||
./plugins.nix
|
||||
./nvim-tree.nix
|
||||
./telescope.nix
|
||||
./extra_plugins.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user