From 33949212e64537a6798d2e8f9ca713fe849ab136 Mon Sep 17 00:00:00 2001 From: linarcx Date: Wed, 11 Mar 2020 14:41:45 +0330 Subject: [PATCH] README.md: replace mpi#for with mpi#get --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e76710c..6c16bed 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ Just copy `mpi.vim` into your `plugin` directory. ## Why? - [KISS](https://en.wikipedia.org/wiki/KISS_principle) -- I like [vim-devicons](https://github.com/ryanoasis/vim-devicons). But it cares too much about integrating with other plugins. Its code is huge for such a simple task.(getting file type icons) +- I like [vim-devicons](https://github.com/ryanoasis/vim-devicons). But it cares too much about integrating with other plugins. Its code is huge get such a simple task.(getting file type icons) - I like to manipulate and discover things and see what's going on under the hood(And i encourage you, too). So, instead of just using a huge plugin, install a minimal alternative and change it according to your needs. ## How use it? -Just call `mpi#for()` to get its related icon. For exmaple use this command to see what'll happen: +Just call `mpi#get()` to get its related icon. For exmaple use this command to see what'll happen: -`:echo mpi#for(expand('%:t'))` +`:echo mpi#get(expand('%:t'))` ## Customization You can add [unicode emojies](https://en.wikipedia.org/wiki/Template:Emoji_(Unicode_block)) like this: