|
|
|
|
|
by geocar
4083 days ago
|
|
vim is very slow; "classic" vi, and more reasonable clones like nvi are much faster and that seems completely wrong to me. It also has terrible defaults (like kindergarden-useless syntax highlighting which only make it slower!). I have hopes that neovim will sort some of that out -- it makes a certain amount of sense that vim is slow because of some baggage it carries, but I'll admit they aren't very high hopes: I've been using emacs recently. How funny is that? That I use emacs because vim is too slow! |
|
Indeed, if you're writing lots of code with hardly any newlines (like k lang), you will probably have performance issues with vim.
This can vary from distribution-to-distribution. Certainly the default debian setup comes with annoyingly intrusive defaults, some of them used to have an impact on speed. Three settings you probably want in your $HOME/.vimrc on debian: [this might be obsolete - that config is more than a decade old]