DEV Community

Discussion on: What Alternative Text Editors Does DEV Use? (Not VS Code 🐱‍👓)

Collapse
 
ryanolsonx profile image
Ryan Olson • Edited

Nice! So you pretty much just use Vundle to get gruvbox? This looks similar to my config (except I just use my terminal to set colors).

filetype plugin indent on
set ttimeout
set ttimeoutlen=100
set backspace=eol,start,indent
set ruler
set autoindent
set expandtab
set shiftwidth=2
set softtabstop=2
set tabstop=2
set path=.,**
set wildmenu
set autoread
nnoremap <silent> <space> :set relativenumber!<cr>