mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
flake: add conform-nvim and nvim-lint
This commit is contained in:
parent
a78026438c
commit
2476d7e78f
2 changed files with 46 additions and 0 deletions
12
flake.nix
12
flake.nix
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue