feat(hyprland): optimize animation timings
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled
feat(neovim): add tv plugin and remove markdown-preview
This commit is contained in:
@@ -330,21 +330,6 @@ in {
|
||||
settings.image_provider = "image.nvim";
|
||||
};
|
||||
|
||||
# markdown-preview = {
|
||||
# enable = true;
|
||||
# package = pkgs.vimUtils.buildVimPlugin {
|
||||
# pname = "markdown-preview.nvim";
|
||||
# version = "0.0.10-unstable-2026-1-4";
|
||||
# src = pkgs.fetchFromGitHub {
|
||||
# owner = "iamcco";
|
||||
# repo = "markdown-preview.nvim";
|
||||
# rev = "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee";
|
||||
# hash = "sha256-TBXdG/Ih5DusAYZJyn37zVqHcMD85VkjrCoLyTo/KBg=";
|
||||
# };
|
||||
# patches = [../patches/markdown-preview.patch];
|
||||
# };
|
||||
# };
|
||||
|
||||
noice = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@@ -418,6 +403,15 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
tv = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global_keybindings = {
|
||||
channels = "<leader>tv";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fidget = {
|
||||
enable = true;
|
||||
settings.notification.override_vim_notify = true;
|
||||
|
||||
Reference in New Issue
Block a user