diff --git a/src/fennel-ls/state.fnl b/src/fennel-ls/state.fnl index c6dcdd8..2f0abb8 100644 --- a/src/fennel-ls/state.fnl +++ b/src/fennel-ls/state.fnl @@ -96,7 +96,7 @@ in the \"self\" object." :version (option "lua54") :checks {:unused-definition (option true) :unknown-module-field (option true) - :unnecessary-method (option true)}}) + :unnecessary-method (option false)}}) (λ make-configuration [?c] (make-configuration-from-template default-configuration ?c))