aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-18 23:18:43 +0800
committerjdhao <jdhao@hotmail.com>2021-10-18 23:18:43 +0800
commit244bd41ff0fb36a5eb2fc543cab66177af2b084e (patch)
tree435509fd13d0d4a6d96856aa9cae155c734c959c
parent3decef7e5cafe0550e93ab5a210e12d37c88e807 (diff)
move ASCII art to README
-rw-r--r--README.md16
-rw-r--r--init.vim14
2 files changed, 13 insertions, 17 deletions
diff --git a/README.md b/README.md
index 187a7dd..c58500d 100644
--- a/README.md
+++ b/README.md
@@ -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">
diff --git a/init.vim b/init.vim
index ce26180..c36e2b4 100644
--- a/init.vim
+++ b/init.vim
@@ -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