mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-12 00:15:30 +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);
|
||||
|
|
|
|||
|
|
@ -9,7 +9,9 @@
|
|||
inherit (lib.nvim.lua) mkLuaInline;
|
||||
in {
|
||||
options.vim.formatter.conform-nvim = {
|
||||
enable = mkEnableOption "lightweight yet powerful formatter plugin for Neovim [conform-nvim]";
|
||||
# TODO: remove internal
|
||||
enable = mkEnableOption "lightweight yet powerful formatter plugin for Neovim [conform-nvim]" // {internal = true;};
|
||||
/*
|
||||
setupOpts = mkPluginSetupOption "conform.nvim" {
|
||||
formatters_by_ft = mkOption {
|
||||
type = attrs;
|
||||
|
|
@ -52,5 +54,6 @@ in {
|
|||
'';
|
||||
};
|
||||
};
|
||||
*/
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue