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.

24 lines
545 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. syntax on
  14. set tabstop=8
  15. set autoindent
  16. " 'h/u3/c7/05/mokkar/.vim/plugged'
  17. " '~/.vim/plugged'
  18. " call plug#begin('h/u3/c7/05/mokkar/.vim/plugged')
  19. " Plug 'https://github.com/whatyouhide/vim-gotham.git'
  20. " call plug#end()
  21. "
  22. " colorscheme gotham