diff options
| -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 |
