add vim-lang-server

This commit is contained in:
sadan 2024-12-06 10:50:51 -05:00
parent 2f52002cc1
commit 2f2426b244
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{pkgs, ...}: {
home = {
packages = with pkgs; [
vim-language-server
];
};
}