dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2024-03-08 22:09:54 +0000 +0000
Committer: Kyle Fuller <kyle@fuller.li> 2024-03-08 22:09:54 +0000 +0000
Commit: a1805754321b85cd048f6ba9cff9d4178ca559e4
Parent: 571c277a321db1ab09adcd373dbf1384f2287f34


fix(vim): remove Ale (replace by nvim-lspconfig)

Ale has unfortunately cost me more time debugging issues than its
helped:

* In the past I've seen it run compilers in loops which consume lots of
  system resources which has resulted in systemd killing my entire
  process tree for x11.
* Cryptic incompatibilities with nvim-jdtls which result in buggy lombok
  behaviours.
diff --git a/.config/home-manager/home.nix b/.config/home-manager/home.nix
index b70d9e583bcf820b5972fe34efae9d7887d47c0b..da7ab7caa6e8f8b36823cedf48895d74be3f02b7 100644
--- a/.config/home-manager/home.nix
+++ b/.config/home-manager/home.nix
@@ -86,7 +86,6 @@       vim-sensible
 
       # project
       ack-vim
-      ale
       fzf-vim
       nerdtree
       tagbar