Browse Source
autoload/default: tweak DoomUpdate command
my-config
NTBBloodbath
4 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
1 changed files with
1 additions and
1 deletions
-
autoload/doom/default.vim
|
|
@ -60,7 +60,7 @@ endfunction |
|
|
|
function doom#default#loadGlob() |
|
|
|
" Set a custom command to update Doom Nvim |
|
|
|
" can be called by using :DoomUpdate |
|
|
|
command DoomUpdate !git -C ~/.config/doom-nvim/ stash -q && git -C ~/.config/doom-nvim/ pull && git -C ~/.config/doom-nvim/ stash pop -q |
|
|
|
command! DoomUpdate !git -C ~/.config/doom-nvim/ stash -q && git -C ~/.config/doom-nvim/ pull && git -C ~/.config/doom-nvim/ stash pop -q |
|
|
|
|
|
|
|
" Set SPC as the mapleader |
|
|
|
let mapleader = ' ' |
|
|
|