mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-22 04:07:00 -04:00
add vim-lang-server
This commit is contained in:
parent
2f52002cc1
commit
2f2426b244
2 changed files with 8 additions and 0 deletions
7
common/users/homeModules/dev/vim.nix
Normal file
7
common/users/homeModules/dev/vim.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
vim-language-server
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue