mirror of
https://github.com/zoriya/flake.git
synced 2026-06-05 03:29:51 +00:00
Setup volty's plugin
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user