This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://rescript-lang.org/try?code=C4TwDgpgBAxg9gGzgJygXigJQgEygHygCEEBXaQgcWQggDsAoUSKYACwgFtoMAVD7gAoA3vCTIAXLEQoANFC5wAVgEspAZ2DIVdAOYBfAJQMEEYFDhhgANQCGCdFADKcIQCJ2O3W+Onzus34uHihBQ3QAPiggoVEZSSxceUVVKTcuNyMGEzMoHDgXbk89AHUVdkcAD0ioACl1ADokXUFK31z8wrM2L0cQGvqmuBaQdvNO126vAFEEdRCwgcbmwXS5iB9sgHoAKgYVADMoP2dJ1vCMSxt7KGEGKAe8gsni3TL2c4Z9BXWoQ+PcjEICIxCgpNg8IQSORkpxlCojI4AsAgYs7o8nl1XmEvj95rd7o8JkUenpZvMcd8dltsuoAO7lGBsUJXOwIeTI1GGcJ3QiCLrneQAfQuUWJU1K5TYnz5QvkqLi4nBuAIxDIEFh8KMosxL1JLRSKmMsuFOvFr3JwOM+lpDOATIsVjZBMIAraNXN+ve0raDEIQsihPpjOZnIEVoJD0ICtBCQhquhGoUcNUiLQYueJK8gkNxijUAD6d1WbJ6xxDxtNqAA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# From ecosse3/update-neovim-nightly | |
# Colors definitions | |
RED=$(tput setaf 1) | |
GREEN=$(tput setaf 2) | |
NC=$(tput sgr0) | |
BOLD=$(tput bold) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packer.nvim - Total plugins: 90 | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | |
• Comment.nvim | |
• LuaSnip | |
• alpha-nvim | |
• bufferline.nvim | |
• clangd_extensions.nvim | |
• cmd-parser.nvim | |
• cmp-buffer | |
• cmp-cmdline |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"age": "100+", | |
"male": 133, | |
"female": 227 | |
}, | |
{ | |
"age": "95-99", | |
"male": 621, | |
"female": 930 |
OlderNewer