diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-18 23:18:43 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-18 23:18:43 +0800 |
| commit | 244bd41ff0fb36a5eb2fc543cab66177af2b084e (patch) | |
| tree | 435509fd13d0d4a6d96856aa9cae155c734c959c | |
| parent | 3decef7e5cafe0550e93ab5a210e12d37c88e807 (diff) | |
move ASCII art to README
| -rw-r--r-- | README.md | 16 | ||||
| -rw-r--r-- | init.vim | 14 |
2 files changed, 13 insertions, 17 deletions
@@ -1,6 +1,10 @@ -<p align="center"> -<img src="https://user-images.githubusercontent.com/16662357/128589722-322bb97f-f460-4fc2-ba50-a707225d8adc.gif" width="800"> -</p> +``` +███ ██ ██ ██ ██ ███ ███ ██████ ██████ ███ ██ ███████ ██ ██████ +████ ██ ██ ██ ██ ████ ████ ██ ██ ██ ████ ██ ██ ██ ██ +██ ██ ██ ██ ██ ██ ██ ████ ██ ██ ██ ██ ██ ██ ██ █████ ██ ██ ███ +██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ +██ ████ ████ ██ ██ ██ ██████ ██████ ██ ████ ██ ██ ██████ +``` # Introduction @@ -53,6 +57,12 @@ is guaranteed.** # Demo +## Fuzzy file finding + +<p align="center"> +<img src="https://user-images.githubusercontent.com/16662357/128589722-322bb97f-f460-4fc2-ba50-a707225d8adc.gif" width="800"> +</p> + ## Autocompletion <p align="center"> @@ -1,17 +1,3 @@ -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" _ _ _ _____ __ _ " -" | \ | | (_) / ____| / _(_) " -" | \| |_ ___ _ __ ___ | | ___ _ __ | |_ _ __ _ " -" | . ` \ \ / / | '_ ` _ \ | | / _ \| '_ \| _| |/ _` | " -" | |\ |\ V /| | | | | | | | |___| (_) | | | | | | | (_| | " -" |_| \_| \_/ |_|_| |_| |_| \_____\___/|_| |_|_| |_|\__, | " -" __/ | " -" |___/ " -" " -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" The above ASCII art is generated using service provided in this webpage: -" https://www.kammerl.de/ascii/AsciiSignature.php. - "{ Header info " Description: This is my personal Nvim configuration supporting Mac, Linux " and Windows, with various plugins configured. This configuration evolves as |
