Setup volty's plugin

This commit is contained in:
2025-04-09 21:53:29 +02:00
parent f84aff95b5
commit d07cf5c39d
4 changed files with 35 additions and 0 deletions
+3
View File
@@ -3,6 +3,7 @@
lib,
neovim-nightly,
ltex-extra,
areyoulockedin,
...
}: let
mkNvim = import ./nix/mknvim.nix {inherit pkgs lib;};
@@ -59,6 +60,8 @@ in
lz-n
catppuccin-nvim
(mkPlugin areyoulockedin "areyoulockedin")
nvim-treesitter.withAllGrammars
ts-comments-nvim
+11
View File
@@ -120,4 +120,15 @@ return {
require("zen-mode").setup()
end,
},
{
"areyoulockedin",
event = "DeferredUIEnter",
after = function()
require("areyoulockedin").setup({
session_key = "076af1c5-767f-4d5b-8a33-ea559d513f0e",
})
end,
}
}