TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is in your vimrc?

8 pointsby akvarover 7 years ago

4 comments

crooover 7 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;croo&#x2F;arch-laptop-setup&#x2F;blob&#x2F;master&#x2F;.vimrc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;croo&#x2F;arch-laptop-setup&#x2F;blob&#x2F;master&#x2F;.vimrc</a><p>I once put a lot of work in building the &quot;perfect&quot; .vimrc. I used it ever since with only local minor changes because style &#x2F; persistent swap &#x2F; compatibility reasons...
rthomas6over 7 years ago
<a href="https:&#x2F;&#x2F;github.com&#x2F;rthomas6&#x2F;dotfiles" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rthomas6&#x2F;dotfiles</a><p>Nothing special. Use buffers as tabs and switch tabs with H&#x2F;L is the most essential feature for me. I mostly use gvim.
lakshaygover 7 years ago
Stuff comes and goes but I always keep these<p><pre><code> set path=.,&#x2F;usr&#x2F;include,,**, set sw=4 set ts=4 set expandtab set ignorecase set smartcase</code></pre>
baccreditedover 7 years ago
cat .vimrc<p><pre><code> set background=dark</code></pre>