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: