feat: add project-nvim to plugin imports

This commit is contained in:
NotAShelf 2023-04-07 20:31:43 +03:00
parent d03d3f0b83
commit e00ad1f653
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
4 changed files with 24 additions and 4 deletions

View file

@ -1246,6 +1246,22 @@
"type": "github"
}
},
"project-nvim": {
"flake": false,
"locked": {
"lastModified": 1680567592,
"narHash": "sha256-avV3wMiDbraxW4mqlEsKy0oeewaRj9Q33K8NzWoaptU=",
"owner": "ahmedkhalf",
"repo": "project.nvim",
"rev": "8c6bad7d22eef1b71144b401c9f74ed01526a4fb",
"type": "github"
},
"original": {
"owner": "ahmedkhalf",
"repo": "project.nvim",
"type": "github"
}
},
"registers": {
"flake": false,
"locked": {
@ -1349,6 +1365,7 @@
"orgmode-nvim": "orgmode-nvim",
"plenary-nvim": "plenary-nvim",
"presence-nvim": "presence-nvim",
"project-nvim": "project-nvim",
"registers": "registers",
"rnix-lsp": "rnix-lsp",
"rust-tools": "rust-tools",

View file

@ -292,6 +292,12 @@
flake = false;
};
# Project Management
project-nvim = {
url = "github:ahmedkhalf/project.nvim";
flake = false;
};
# Visuals
nvim-cursorline = {
url = "github:yamatsum/nvim-cursorline";

View file

@ -2,8 +2,4 @@
dag = import ./dag.nix {inherit lib;};
booleans = import ./booleans.nix {inherit lib;};
types = import ./types {inherit lib;};
imports = [
./assertions.nix
];
}

View file

@ -78,6 +78,7 @@ with lib; let
"modes-nvim"
"vim-repeat"
"smartcolumn"
"project-nvim"
];
# You can either use the name of the plugin or a package.
pluginsType = with types;