Ask HN: What is in your vimrc?

8 points by akvar ↗ HN

4 comments

[ 62.5 ms ] story [ 155 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