nvim: segmnt snippet now has yaml comments

This commit is contained in:
dogeystamp 2024-06-24 01:04:50 -04:00
parent 82a3e26194
commit 9615d3b8f8
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -161,6 +161,7 @@ return {
cpp = "//",
rust = "//",
lua = "--",
yaml = "##",
python = "##",
}