" ##############..... ############## " ##############......############## " ##########..........########## " ##########........########## " ##########.......########## " ##########.....##########.. " ##########....##########..... " ..##########..##########......... " ....##########.#########............. " ..################JJJ............ " ################............. " ##############.JJJ.JJJJJJJJJJ " ############...JJ...JJ..JJ JJ " ##########....JJ...JJ..JJ JJ " ########......JJJ..JJJ JJJ JJJ " ###### ......... " ..... " . set mouse=a set wrap set noet set autoindent set noexpandtab " If this doesn't work for a lang change the $LANG.vim and append this here set tabstop=4 set shiftwidth=4 vmap >gv vmap :NERDTreeToggle " CTRL + F to enter goyo mode nmap :Goyo x100% " Replace vnoremap "hy:%s/h//gc " Theme set t_Co=256 colors default let &showbreak = '↳ ' hi Normal guibg=NONE ctermbg=NONE highlight clear LineNr highlight LineNr ctermfg=grey ctermbg=NONE " Syntax highlightning let asmsyntax = 'nasm' " YCM set completeopt-=preview let g:ycm_show_diagnostics_ui = 0 " Tabs nnoremap :tabprevious nnoremap :tabnext nnoremap :tabprevious nnoremap :tabnext