This document summarizes a presentation about Neovim given in Japanese. It introduces Neovim as a fork of Vim developed on GitHub with the goal of being a "Modern Vim". Key points are that Neovim refactors the source code, uses asynchronous communication, allows plugins in multiple languages while keeping Vimscript compatibility, and aims to eventually implement GUI features. The presenter expresses support for Neovim due to user excitement around solving Vim problems and competing in a landscape where other editors and IDEs are becoming more full-featured.
This document discusses auto-closing parentheses in Vim. It begins with an introduction of the presenter and the need for auto-closing parentheses. It then discusses the pure Vim way of implementing it with mappings and its limitations. Several plugins are mentioned, including delimitMate, vim-smartinput, and lexima.vim, but they are unable to support dot repeating of insertions. lexima.vim is said to support customizable rules, dot repeating, and be inspired by vim-smartinput while still being unstable. The document ends with a demonstration of lexima.vim's mechanism and rule definitions.
Introduction to Vim plugins developed by non-Japanese Vimmer (Japanese version)deris0126
This is vimconf 2015 slide. that title is "Introduction to Vim plugins developed by non-Japanese Vimmer" (Japanese version)
English version is here(http://www.slideshare.net/deris0126/vimconf2015-en)