conform: comment out conform options

This commit is contained in:
Pei Yang Ching 2025-03-05 18:24:56 +01:00
commit 69030e48f1
2 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@
in {
options.vim.diagnostics.nvim-lint = {
# TODO:remove internal
enable = mkEnableOption "asynchronous linter plugin for Neovim [nvim-lint]" // {internal = true;};
enable = mkEnableOption "asynchronous linter plugin for Neovim " // {internal = true;};
linters_by_ft = mkOption {
internal = true; # TODO: remove
type = attrsOf (listOf str);