set hidden set shortmess=atI visualbell set wildmode=list:longest set ignorecase smartcase set tabstop=4 expandtab shiftwidth=2 shiftround smartindent set undofile set title set ruler showcmd set scrolloff=1 set number colorcolumn=80,100 set list listchars=tab:»·,trail:· nmap :nohlsearch set splitbelow splitright map map execute 'set background=' . ($ITERM_PROFILE != '' ? $ITERM_PROFILE : 'dark') "let $NVIM_TUI_ENABLE_TRUE_COLOR = 1 "let g:gruvbox_contrast_dark = 'hard' "let g:gruvbox_invert_selection = 0 "let g:gruvbox_vert_split = 'bg0' "colorscheme gruvbox colorscheme subtle autocmd BufNewFile,BufRead *.asm,*.mac setf nasm execute pathogen#infect()