Stairway to vim

1 · Domenico Luciani · Aug. 9, 2017, 10 a.m.
Today I started to work on a Scala project, I spend most of my time using vim (or in this case neovim) so I started to looking for plugins to write Scala using [neo]vim. Plugin Manager First of all I use Plug as Plugin Manager, is very easy to use and allows to manage plugins with just a few commands. Completion System I use Deoplete to enable the keyword completion system, it supports many languages. Linting System I use Ale, a plugin for providing linting while you edit your text files, it su...