leap
Some checks failed
/ lint (push) Failing after 27s

This commit is contained in:
Jana Dönszelmann 2026-03-31 12:59:01 +02:00
parent ca66e8d7b2
commit a422110adf
No known key found for this signature in database
6 changed files with 51 additions and 52 deletions

View file

@ -14,6 +14,15 @@ let
hash = "sha256-mddnBvIrekHh60Ix6qIYAnv10Mu40LamGI47EXk9wSo=";
};
};
telescope-file-browser = pkgs.vimUtils.buildVimPlugin {
name = "telescope-file-browser.nvim";
src = pkgs.fetchFromGitHub {
owner = "nvim-telescope";
repo = "telescope-file-browser.nvim";
rev = "3610dc7dc91f06aa98b11dca5cc30dfa98626b7e";
hash = "sha256-FlJ7w5Ywwq03E0oYdnFJFb+MMUMQMa+5QhDMy2O9tGQ=";
};
};
in
{
programs.nixvim = {
@ -160,7 +169,6 @@ in
};
rainbow-delimiters.enable = true;
vim-surround.enable = true;
lsp-format.enable = true;
fugitive.enable = true;
lspkind.enable = true;
@ -610,9 +618,9 @@ in
};
};
# leap = {
# enable = true;
# };
leap = {
enable = true;
};
wilder = {
enable = true;
@ -722,6 +730,8 @@ in
opener = "edit";
width = 0.8;
height = 0.8;
autoinsert = true;
};
};
telescope = {
@ -791,6 +801,7 @@ in
vim-suda
render-markdown
telescope-file-browser
vim-astro
nvim-web-devicons
vim-visual-multi