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.

19 lines
317 B

7 years ago
7 years ago
7 years ago
  1. set relativenumber
  2. set background=dark
  3. syntax on
  4. set tabstop=4
  5. set shiftwidth=4
  6. set autoindent
  7. set mouse=c
  8. " 'h/u3/c7/05/mokkar/.vim/plugged'
  9. " '~/.vim/plugged'
  10. call plug#begin('~/.vim/plugged')
  11. Plug 'vim-scripts/L9'
  12. Plug 'vim-scripts/FuzzyFinder'
  13. Plug 'whatyouhide/vim-gotham'
  14. call plug#end()
  15. colorscheme gotham