From 2ab7663d0d0de6cd7110487cef8d8b467fdec8d2 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 8 Aug 2024 13:39:34 +1000 Subject: [PATCH] chore(neovim): switch to ALE The Asynchronous Lint Engine replaces the deprecated syntastic --- profiles/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/neovim.nix b/profiles/neovim.nix index 2ed54c5..d102b83 100644 --- a/profiles/neovim.nix +++ b/profiles/neovim.nix @@ -11,6 +11,7 @@ configure = { packages.myPlugins = with pkgs.vimPlugins; { start = [ + ale # Asynchronous Lint Engine deoplete-nvim # an extensible and asynchronous completion framework formatter-nvim # A format runner for neovim fugitive # Vim Git wrapper @@ -26,7 +27,6 @@ nvim-treesitter # configurations and abstraction layer for Neovim. onedarkpro-nvim # Dark and light themes for Neovim supertab # Allows you to use for all your insert completion - syntastic # Syntax checking hacks vim-terraform # tab completion, syntax highlighting, indentation vim-terraform-completion vim-cue # Cue filetype plugin for Vim