|
|
|
|
|
by chongli
2803 days ago
|
|
Vimscript was a mistake, if you ask me. The power of vi is its edit commands and the ability to bang text through shell commands. A very careful, considered expansion of a few features in vi to improve its integration with outside script interpreters (Perl, Python, etc.) as well as language servers could've produced an extremely compelling editor. As it is, I've found that you can do a lot with just vi, tmux, and bash (along with all of the utilities). |
|
Isn't this what neovim is for?