flake: add lz.n and lzn-auto-require

This commit is contained in:
Ching Pei Yang 2024-09-30 21:55:37 +02:00 committed by Pei Yang Ching
commit 6ede63c170
2 changed files with 46 additions and 0 deletions

View file

@ -113,6 +113,17 @@
};
## Plugins
# Lazy loading
plugin-lz-n = {
url = "github:nvim-neorocks/lz.n";
flake = false;
};
plugin-lzn-auto-require = {
url = "github:horriblename/lzn-auto-require/require-rewrite";
flake = false;
};
# LSP plugins
plugin-nvim-lspconfig = {
url = "github:neovim/nvim-lspconfig";