mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-13 17:05:32 +00:00
conform: comment out conform options
This commit is contained in:
parent
eebaa4e430
commit
69030e48f1
2 changed files with 5 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue