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.

22 lines
420 B

  1. set runtimepath+=~/.vim_runtime
  2. source ~/.vim_runtime/vimrcs/basic.vim
  3. source ~/.vim_runtime/vimrcs/filetypes.vim
  4. source ~/.vim_runtime/vimrcs/plugins_config.vim
  5. source ~/.vim_runtime/vimrcs/extended.vim
  6. try
  7. source ~/.vim_runtime/my_configs.vim
  8. catch
  9. endtry
  10. set relativenumber
  11. syntax on
  12. set tabstop=8
  13. set autoindent
  14. call plug#begin('~/.vim/plugged')
  15. Plug 'whatyouhide/vim-gotham'
  16. call plug#end()
  17. colorscheme gotham