dotfiles/common/users/homeModules/dev/vim.nix

8 lines
112 B
Nix
Raw Permalink Normal View History

2024-12-06 10:50:51 -05:00
{pkgs, ...}: {
home = {
packages = with pkgs; [
vim-language-server
];
};
}