Skip to content

Instantly share code, notes, and snippets.

@gonzaloamadio
gonzaloamadio / .vimrc
Last active July 6, 2020 14:50
My ~/.vimrc configuration. Mostly oriented for python
" # Fisa-vim-config
" # http://fisadev.github.io/fisa-vim-config/
" # version: 8.2
" https://realpython.com/vim-and-python-a-match-made-in-heaven/#vim-extensions
" # Other ref: https://nvie.com/posts/how-i-boosted-my-vim/
set encoding=utf-8
let using_neovim = has('nvim')
let using_vim = !using_neovim