home: vim: remove 'ALE' configuration

First step to modernising my configuration to use the native LSP client
instead.
This commit is contained in:
Bruno BELANYI 2022-02-23 17:37:33 +01:00
parent cc91b88b28
commit 5c3d3f5f1c
16 changed files with 0 additions and 214 deletions

View file

@ -63,8 +63,6 @@ in
git-messenger-vim # A simple blame window
# LSP and linting
ale # Asynchronous Linting Engine
lightline-ale # Status bar integration
];
extraConfig = builtins.readFile ./init.vim;