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.

29 lines
589 B

  1. " set runtimepath+=~/.vim_runtime
  2. "
  3. " source ~/.vim_runtime/vimrcs/basic.vim
  4. " source ~/.vim_runtime/vimrcs/filetypes.vim
  5. " source ~/.vim_runtime/vimrcs/plugins_config.vim
  6. " source ~/.vim_runtime/vimrcs/extended.vim
  7. "
  8. " try
  9. " source ~/.vim_runtime/my_configs.vim
  10. " catch
  11. " endtry
  12. set relativenumber
  13. set background=dark
  14. syntax on
  15. set tabstop=4
  16. set autoindent
  17. " 'h/u3/c7/05/mokkar/.vim/plugged'
  18. " '~/.vim/plugged'
  19. call plug#begin('h/u3/c7/05/mokkar/.vim/plugged')
  20. Plug 'vim-scripts/L9'
  21. Plug 'vim-scripts/FuzzyFinder'
  22. " Plug 'whatyouhide/vim-gotham'
  23. call plug#end()
  24. colorscheme gotham