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.

17 lines
304 B

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