flake: add conform-nvim and nvim-lint

This commit is contained in:
raf 2025-02-01 07:31:07 +03:00 committed by Gerg-L
commit 2476d7e78f
No known key found for this signature in database
2 changed files with 46 additions and 0 deletions

View file

@ -227,6 +227,18 @@
flake = false;
};
# Formatters
plugin-conform-nvim = {
url = "github:stevearc/conform.nvim";
flake = false;
};
# Diagnostics
plugin-nvim-lint = {
url = "github:mfussenegger/nvim-lint";
flake = false;
};
# Copying/Registers
plugin-registers = {
url = "github:tversteeg/registers.nvim";