diff options
Diffstat (limited to 'fnl/config/lsp/mason-null-ls.fnl')
-rw-r--r-- | fnl/config/lsp/mason-null-ls.fnl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fnl/config/lsp/mason-null-ls.fnl b/fnl/config/lsp/mason-null-ls.fnl index f4c1f6e..5200cea 100644 --- a/fnl/config/lsp/mason-null-ls.fnl +++ b/fnl/config/lsp/mason-null-ls.fnl @@ -1,9 +1,7 @@ ;; Ensure that tools needed for null-ls are installed. (module config.mason-null-ls {autoload {util config.util}}) -(def- opts {:ensure_installed [:black - :cpplint - :flake8 +(def- opts {:ensure_installed [:cpplint :fnlfmt :gitlint :hadolint @@ -16,7 +14,6 @@ :stylua :terraform-fmt :yamllint] - :auto_update true :automatic_installation true}) |