add symbols from https://github.com/nvim-telescope/telescope-symbols.nvim
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,294 @@
|
||||
[
|
||||
[
|
||||
"🎨",
|
||||
"Improve structure / format of the code."
|
||||
],
|
||||
[
|
||||
"⚡️",
|
||||
"Improve performance."
|
||||
],
|
||||
[
|
||||
"🔥",
|
||||
"Remove code or files."
|
||||
],
|
||||
[
|
||||
"🐛",
|
||||
"Fix a bug."
|
||||
],
|
||||
[
|
||||
"🚑️",
|
||||
"Critical hotfix."
|
||||
],
|
||||
[
|
||||
"✨",
|
||||
"Introduce new features."
|
||||
],
|
||||
[
|
||||
"📝",
|
||||
"Add or update documentation."
|
||||
],
|
||||
[
|
||||
"🚀",
|
||||
"Deploy stuff."
|
||||
],
|
||||
[
|
||||
"💄",
|
||||
"Add or update the UI and style files."
|
||||
],
|
||||
[
|
||||
"🎉",
|
||||
"Begin a project."
|
||||
],
|
||||
[
|
||||
"✅",
|
||||
"Add, update, or pass tests."
|
||||
],
|
||||
[
|
||||
"🔒️",
|
||||
"Fix security or privacy issues."
|
||||
],
|
||||
[
|
||||
"🔐",
|
||||
"Add or update secrets."
|
||||
],
|
||||
[
|
||||
"🔖",
|
||||
"Release / Version tags."
|
||||
],
|
||||
[
|
||||
"🚨",
|
||||
"Fix compiler / linter warnings."
|
||||
],
|
||||
[
|
||||
"🚧",
|
||||
"Work in progress."
|
||||
],
|
||||
[
|
||||
"💚",
|
||||
"Fix CI Build."
|
||||
],
|
||||
[
|
||||
"⬇️",
|
||||
"Downgrade dependencies."
|
||||
],
|
||||
[
|
||||
"⬆️",
|
||||
"Upgrade dependencies."
|
||||
],
|
||||
[
|
||||
"📌",
|
||||
"Pin dependencies to specific versions."
|
||||
],
|
||||
[
|
||||
"👷",
|
||||
"Add or update CI build system."
|
||||
],
|
||||
[
|
||||
"📈",
|
||||
"Add or update analytics or track code."
|
||||
],
|
||||
[
|
||||
"♻️",
|
||||
"Refactor code."
|
||||
],
|
||||
[
|
||||
"➕",
|
||||
"Add a dependency."
|
||||
],
|
||||
[
|
||||
"➖",
|
||||
"Remove a dependency."
|
||||
],
|
||||
[
|
||||
"🔧",
|
||||
"Add or update configuration files."
|
||||
],
|
||||
[
|
||||
"🔨",
|
||||
"Add or update development scripts."
|
||||
],
|
||||
[
|
||||
"🌐",
|
||||
"Internationalization and localization."
|
||||
],
|
||||
[
|
||||
"✏️",
|
||||
"Fix typos."
|
||||
],
|
||||
[
|
||||
"💩",
|
||||
"Write bad code that needs to be improved."
|
||||
],
|
||||
[
|
||||
"⏪️",
|
||||
"Revert changes."
|
||||
],
|
||||
[
|
||||
"🔀",
|
||||
"Merge branches."
|
||||
],
|
||||
[
|
||||
"📦️",
|
||||
"Add or update compiled files or packages."
|
||||
],
|
||||
[
|
||||
"👽️",
|
||||
"Update code due to external API changes."
|
||||
],
|
||||
[
|
||||
"🚚",
|
||||
"Move or rename resources (e.g.: files, paths, routes)."
|
||||
],
|
||||
[
|
||||
"📄",
|
||||
"Add or update license."
|
||||
],
|
||||
[
|
||||
"💥",
|
||||
"Introduce breaking changes."
|
||||
],
|
||||
[
|
||||
"🍱",
|
||||
"Add or update assets."
|
||||
],
|
||||
[
|
||||
"♿️",
|
||||
"Improve accessibility."
|
||||
],
|
||||
[
|
||||
"💡",
|
||||
"Add or update comments in source code."
|
||||
],
|
||||
[
|
||||
"🍻",
|
||||
"Write code drunkenly."
|
||||
],
|
||||
[
|
||||
"💬",
|
||||
"Add or update text and literals."
|
||||
],
|
||||
[
|
||||
"🗃️",
|
||||
"Perform database related changes."
|
||||
],
|
||||
[
|
||||
"🔊",
|
||||
"Add or update logs."
|
||||
],
|
||||
[
|
||||
"🔇",
|
||||
"Remove logs."
|
||||
],
|
||||
[
|
||||
"👥",
|
||||
"Add or update contributor(s)."
|
||||
],
|
||||
[
|
||||
"🚸",
|
||||
"Improve user experience / usability."
|
||||
],
|
||||
[
|
||||
"🏗️",
|
||||
"Make architectural changes."
|
||||
],
|
||||
[
|
||||
"📱",
|
||||
"Work on responsive design."
|
||||
],
|
||||
[
|
||||
"🤡",
|
||||
"Mock things."
|
||||
],
|
||||
[
|
||||
"🥚",
|
||||
"Add or update an easter egg."
|
||||
],
|
||||
[
|
||||
"🙈",
|
||||
"Add or update a .gitignore file."
|
||||
],
|
||||
[
|
||||
"📸",
|
||||
"Add or update snapshots."
|
||||
],
|
||||
[
|
||||
"⚗️",
|
||||
"Perform experiments."
|
||||
],
|
||||
[
|
||||
"🔍️",
|
||||
"Improve SEO."
|
||||
],
|
||||
[
|
||||
"🏷️",
|
||||
"Add or update types."
|
||||
],
|
||||
[
|
||||
"🌱",
|
||||
"Add or update seed files."
|
||||
],
|
||||
[
|
||||
"🚩",
|
||||
"Add, update, or remove feature flags."
|
||||
],
|
||||
[
|
||||
"🥅",
|
||||
"Catch errors."
|
||||
],
|
||||
[
|
||||
"💫",
|
||||
"Add or update animations and transitions."
|
||||
],
|
||||
[
|
||||
"🗑️",
|
||||
"Deprecate code that needs to be cleaned up."
|
||||
],
|
||||
[
|
||||
"🛂",
|
||||
"Work on code related to authorization, roles and permissions."
|
||||
],
|
||||
[
|
||||
"🩹",
|
||||
"Simple fix for a non-critical issue."
|
||||
],
|
||||
[
|
||||
"🧐",
|
||||
"Data exploration/inspection."
|
||||
],
|
||||
[
|
||||
"⚰️",
|
||||
"Remove dead code."
|
||||
],
|
||||
[
|
||||
"🧪",
|
||||
"Add a failing test."
|
||||
],
|
||||
[
|
||||
"👔",
|
||||
"Add or update business logic."
|
||||
],
|
||||
[
|
||||
"🩺",
|
||||
"Add or update healthcheck."
|
||||
],
|
||||
[
|
||||
"🧱",
|
||||
"Infrastructure related changes."
|
||||
],
|
||||
[
|
||||
"🧑💻",
|
||||
"Improve developer experience."
|
||||
],
|
||||
[
|
||||
"💸",
|
||||
"Add sponsorships or money related infrastructure."
|
||||
],
|
||||
[
|
||||
"🧵",
|
||||
"Add or update code related to multithreading or concurrency."
|
||||
],
|
||||
[
|
||||
"🦺",
|
||||
"Add or update code related to validation."
|
||||
]
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,178 @@
|
||||
[
|
||||
[
|
||||
"(╯°□°)╯︵ ┻━┻",
|
||||
"angry table 生氣 翻桌 幹"
|
||||
],
|
||||
[
|
||||
"_:(´ཀ`」∠):_",
|
||||
"bleeding 吐血"
|
||||
],
|
||||
[
|
||||
"∩ __∩ y",
|
||||
"hehe 真是個壞女孩"
|
||||
],
|
||||
[
|
||||
"・゚・。・゚・(つД`)",
|
||||
"cry 泣き"
|
||||
],
|
||||
[
|
||||
"(´;ω;`)",
|
||||
"cry 泣き 哭哭"
|
||||
],
|
||||
[
|
||||
"(´;д;`)",
|
||||
"cry 泣き 哭哭"
|
||||
],
|
||||
[
|
||||
"(;´༎ຶД༎ຶ`)",
|
||||
"cry miserably"
|
||||
],
|
||||
[
|
||||
"ˊ_>ˋ",
|
||||
"dandin 淡定 淡定紅茶"
|
||||
],
|
||||
[
|
||||
"♥",
|
||||
"heart ハート 愛心"
|
||||
],
|
||||
[
|
||||
"┌(┌ ^o^)┐ホモォ",
|
||||
"homo ホモ"
|
||||
],
|
||||
[
|
||||
"┌(┌ ^o^)┐しょた。。。",
|
||||
"rail02000 ショタ しょた shota"
|
||||
],
|
||||
[
|
||||
"へ(゜∇、°)へ",
|
||||
"ehehe えへへ エヘヘ"
|
||||
],
|
||||
[
|
||||
"キタ――(゚∀゚)――!!",
|
||||
"kita 来たー キター きたー"
|
||||
],
|
||||
[
|
||||
"_(:3 」∠ )_ ",
|
||||
"lazy 懶"
|
||||
],
|
||||
[
|
||||
"ˊ・ω・ˋ",
|
||||
"owo"
|
||||
],
|
||||
[
|
||||
"ˊvˋ",
|
||||
"relax"
|
||||
],
|
||||
[
|
||||
"( ˘ω˘ )",
|
||||
"uwu"
|
||||
],
|
||||
[
|
||||
"(´・_・`)",
|
||||
"sad"
|
||||
],
|
||||
[
|
||||
"(゚⊿゚)",
|
||||
"Huh? 不知所云 摳妞臉"
|
||||
],
|
||||
[
|
||||
"(。ŏ_ŏ)",
|
||||
"WTF 什麼啦"
|
||||
],
|
||||
[
|
||||
"( ˘•ω•˘ )",
|
||||
"owo"
|
||||
],
|
||||
[
|
||||
"(´-ω-`) ",
|
||||
"relax"
|
||||
],
|
||||
[
|
||||
"(。A。) ",
|
||||
"happy 爽翻"
|
||||
],
|
||||
[
|
||||
"(ノ>ω<)ノ ",
|
||||
"yeah >w<"
|
||||
],
|
||||
[
|
||||
"\\\\m/ >_< \\\\m/",
|
||||
"rock"
|
||||
],
|
||||
[
|
||||
"。:.゚ヽ(*´∀`)ノ゚.:。 ",
|
||||
"cheers 歡呼"
|
||||
],
|
||||
[
|
||||
" ヾ(*´∀ ˋ*)ノ ",
|
||||
"cheers 歡呼"
|
||||
],
|
||||
[
|
||||
"(´・ω・`)",
|
||||
"owo"
|
||||
],
|
||||
[
|
||||
"(゚∀。)",
|
||||
"happy 爽爽"
|
||||
],
|
||||
[
|
||||
"(つд⊂) ",
|
||||
"don't see 非禮勿視"
|
||||
],
|
||||
[
|
||||
"╮(╯_╰)╭ ",
|
||||
"alas 無奈 面對國民黨支持者的表情 面對中國五毛的表情"
|
||||
],
|
||||
[
|
||||
"σ ゚∀ ゚) ゚∀゚)σ",
|
||||
"haha 你看看你 UCCU uccu"
|
||||
],
|
||||
[
|
||||
"σ(´∀`*)",
|
||||
"me? 我嗎?"
|
||||
],
|
||||
[
|
||||
"il||li _| ̄|○ヽ(・ω・`) ",
|
||||
"don't mind"
|
||||
],
|
||||
[
|
||||
"_(:3 ⌒゙)_ ",
|
||||
"butt お尻 おしり 摳屁股"
|
||||
],
|
||||
[
|
||||
"(・∀・)つ➄ ",
|
||||
"five cent hello 五毛你好"
|
||||
],
|
||||
[
|
||||
"ε≡ヘ( ´∀`)ノ ",
|
||||
"yeah 耶"
|
||||
],
|
||||
[
|
||||
"(・`ω´・)",
|
||||
"i would be angry 我要生氣了"
|
||||
],
|
||||
[
|
||||
"(≖ᴗ≖๑)",
|
||||
"really? orly 呵呵 是嗎 是喔"
|
||||
],
|
||||
[
|
||||
"(゚д゚)",
|
||||
"shocked 震驚 驚訝"
|
||||
],
|
||||
[
|
||||
"。・゚・(つд`゚)つ⑩))Д´)",
|
||||
"so pity 你好可憐喔"
|
||||
],
|
||||
[
|
||||
"ლ(´ڡ`ლ)",
|
||||
"come here 來來來"
|
||||
],
|
||||
[
|
||||
"(/‵Д′)/~ ╧╧ ",
|
||||
"angry furious"
|
||||
],
|
||||
[
|
||||
"#゚Å゚)⊂彡☆))゚Д゚)・∵",
|
||||
"angry punch"
|
||||
]
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user