mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
feat: add colorpicker plugin and rename keys -> binds
This commit is contained in:
parent
22c7b4b772
commit
44692d64d5
2 changed files with 51 additions and 2 deletions
19
flake.nix
19
flake.nix
|
@ -105,9 +105,9 @@
|
|||
enable = true;
|
||||
context.enable = true;
|
||||
};
|
||||
vim.keys = {
|
||||
enable = true;
|
||||
vim.binds = {
|
||||
whichKey.enable = true;
|
||||
cheatsheet.enable = true;
|
||||
};
|
||||
vim.telescope = {
|
||||
enable = true;
|
||||
|
@ -131,6 +131,9 @@
|
|||
vim.notify = {
|
||||
nvim-notify.enable = true;
|
||||
};
|
||||
vim.utility = {
|
||||
colorizer.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -216,6 +219,7 @@
|
|||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
# For generating documentation website
|
||||
nmd = {
|
||||
url = "gitlab:rycee/nmd";
|
||||
|
@ -443,6 +447,11 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
cheatsheet-nvim = {
|
||||
url = "github:sudormrfbin/cheatsheet.nvim";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
# Markdown
|
||||
glow-nvim = {
|
||||
url = "github:ellisonleao/glow.nvim";
|
||||
|
@ -477,5 +486,11 @@
|
|||
url = "github:rcarriga/nvim-notify";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
# Utilities
|
||||
colorizer = {
|
||||
url = "github:uga-rosa/ccc.nvim";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue