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

5 lines
51 B
Nix

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