├── LICENSE ├── README.md ├── autoload └── vim_current_word.vim ├── gifs ├── customized.gif └── default.gif ├── plugin └── vim_current_word.vim └── vim_current_word_logo.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominikduda/vim_current_word/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominikduda/vim_current_word/HEAD/README.md -------------------------------------------------------------------------------- /autoload/vim_current_word.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominikduda/vim_current_word/HEAD/autoload/vim_current_word.vim -------------------------------------------------------------------------------- /gifs/customized.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominikduda/vim_current_word/HEAD/gifs/customized.gif -------------------------------------------------------------------------------- /gifs/default.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominikduda/vim_current_word/HEAD/gifs/default.gif -------------------------------------------------------------------------------- /plugin/vim_current_word.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominikduda/vim_current_word/HEAD/plugin/vim_current_word.vim -------------------------------------------------------------------------------- /vim_current_word_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dominikduda/vim_current_word/HEAD/vim_current_word_logo.png --------------------------------------------------------------------------------