Files
dotfiles/.vimrc
Sravan Balaji 5cd0a09ad8 Dracula Theme & Tmux
- Add window padding, dracula color scheme, and change background opacity to 0.85 in alacritty.yml
- Add vim dracula theme as a submodule
- Add tmux plugin manager as submodule
- Add tpm, tmux-sensible, and dracula to .tmux.conf
- Change vim theme to dracula
2020-05-26 16:12:24 -04:00

19 lines
242 B
VimL

" Spaces & Tabs
set tabstop=4
set softtabstop=4
set expandtab
" UI Config
set number
set showcmd
set cursorline
filetype indent on
set wildmenu
set lazyredraw
set showmatch
" Dracula Theme
packadd! dracula
syntax enable
colorscheme dracula