Ask HN: What is in your vimrc?

8 points by akvar ↗ HN

4 comments

[ 2.7 ms ] story [ 17.4 ms ] thread
Stuff comes and goes but I always keep these

    set path=.,/usr/include,,**,
    set sw=4
    set ts=4
    set expandtab
    set ignorecase
    set smartcase