Guest User

Untitled

a guest
Apr 25th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. set nu
  2. execute pathogen#infect()
  3. syntax on
  4. colorscheme slate
  5. filetype plugin indent on
  6. autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
  7. map <C-n> :NERDTreeToggle<CR>
  8. let NERDTreeShowHidden=1
  9. set mouse=a
  10. set rtp+=$HOME/.local/lib/python3.5/site-packages/powerline/bindings/vim/
  11.  
  12. " Always show statusline
  13. set laststatus=2
  14.  
  15. " Use 256 colours (Use this setting only if your terminal supports 256
  16. " colours)
  17. set t_Co=256
Add Comment
Please, Sign In to add comment