ooknet/outputs/pkgs/ook-vim/plugins/languages/bash.nix

5 lines
53 B
Nix

{
vim.languages.bash = {
enable = true;
};
}