home: vim: add 'lightline-lsp'

This commit is contained in:
Bruno BELANYI 2022-02-24 13:20:16 +01:00
parent cb389b71b1
commit f73f59b06c

View file

@ -63,6 +63,7 @@ in
git-messenger-vim # A simple blame window
# LSP and linting
lightline-lsp
];
extraConfig = builtins.readFile ./init.vim;