From 0002f2e51e88dda6d3b1ea6046195cde528b0c4b Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Sat, 21 Aug 2021 01:09:26 -0700 Subject: [PATCH] don't think ALE is needed with better LSP support --- nix/home.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/nix/home.nix b/nix/home.nix index 2025679..0847a04 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -176,21 +176,6 @@ in let test#strategy = "neovim" ''; } - { - plugin = ale; - config = '' - let g:ale_fix_on_save = 1 - let g:ale_elixir_credo_strict = 1 - let g:ale_fixers = { - \ 'javascript': ['prettier'], - \ 'javascript.jsx': ['prettier'], - \ 'javascriptreact': ['prettier'], - \ 'ruby': ['sorbet'], - \ 'rust': ['rustfmt'], - \} - let g:ale_linters_explicit = 1 - ''; - } fzf-vim fzfWrapper {