[submodule "pack/tpope/start/vim-dispatch"]
path = pack/tpope/start/vim-dispatch
url = https://github.com/tpope/vim-dispatch
+[submodule "pack/themes/start/dracula"]
+ path = pack/themes/start/dracula
+ url = https://github.com/dracula/vim.git
+syntax enable
+packadd! dracula
+colorscheme dracula
+highlight Normal ctermbg=none
+
let mapleader="\\"
set hidden
set grepprg=rg\ --vimgrep
endif
-" Keep undo history across sessions by storing it in a file
-if has('persistent_undo')
- let TheUndoDir = expand(vimDir . '/undo')
- " Create dirs
- call system('mkdir ' . vimDir)
- call system('mkdir ' . TheUndoDir)
- let &undodir = TheUndoDir
- set undofile
-endif
-
set statusline=%<\ %f\ %m%r%y%w%=\ L:\ \%l\/\%L\ C:\ \%c\
nnoremap gb :ls<CR>:b<Space>