vimrc, 2 versions

Última modificació: octubre de 2017

Versió mínima de .vimrc (per un servidor, per exemple)

"" minimal .vimrc for servers

set t_Co=256

color murphy

"" paste remotely

set mouse=r

"" line numbers. Deshabilita amb :set nu ! o :set nonumber

set number

"" preserve original and have backup

set backup

set patchmode=.orig~

"" python devel

"" for enhanced python syntax highlighting

"" http://www.vim.org/scripts/script.php?script_id=790

syntax on

filetype plugin indent on

autocmd Filetype python set et smarttab ts=4 sw=4 list lcs=tab:>-,trail:.,nbsp:_

Pots trobar l'última versió aquí: https://github.com/tonimarante/dotfiles/tree/master/vimrc_minimal

.vimrc complet, amb plugins i colorschemes per a programar en python

Aquí el meu .vimrc: https://github.com/tonimarante/dotfiles/tree/master/vimrc

I la meva carpeta .vim: https://github.com/tonimarante/dotfiles/tree/master/vim