Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
436 B

7 years ago
7 years ago
7 years ago
  1. set relativenumber
  2. set background=dark
  3. set t_Co=256
  4. syntax on
  5. set tabstop=4
  6. set shiftwidth=4
  7. set autoindent
  8. set mouse=c
  9. set clipboard=unnamedplus
  10. " 'h/u3/c7/05/mokkar/.vim/plugged'
  11. " '~/.vim/plugged'
  12. call plug#begin('~/.vim/plugged')
  13. Plug 'vim-scripts/L9'
  14. Plug 'vim-scripts/FuzzyFinder'
  15. Plug 'whatyouhide/vim-gotham'
  16. Plug 'nathanaelkane/vim-indent-guides'
  17. call plug#end()
  18. colorscheme gotham
  19. map <Enter> o<ESC>
  20. map <S-Enter> O<ESC>