Compare commits
No commits in common. "c50d77359e905886a3be34de369930e88a507d54" and "0e8845a11cdceeda9b48ce143f70200ff79433f5" have entirely different histories.
c50d77359e
...
0e8845a11c
|
@ -1,5 +0,0 @@
|
|||
[init]
|
||||
defaultBranch = main
|
||||
[user]
|
||||
name = The Magician
|
||||
email = themagician@engineer.com
|
|
@ -12,7 +12,6 @@ alias ga="git add"
|
|||
alias gc="git commit"
|
||||
alias gca="git commit -a"
|
||||
alias gp="git push"
|
||||
alias gpu="git push -u origin main"
|
||||
|
||||
alias gd="git diff"
|
||||
alias gs="git status"
|
||||
|
|
23
vim/.vimrc
23
vim/.vimrc
|
@ -1,23 +0,0 @@
|
|||
set nocompatible
|
||||
|
||||
if filereadable(expand('~/.vim/autoload/plug.vim'))
|
||||
"let g:polyglot_disabled = ['markdown.plugin'] " Disable vim-polyglot's Markdown so we can use vim-pandoc instead
|
||||
|
||||
call plug#begin('~/.local/share/vim/plugins')
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'vim-pandoc/vim-pandoc'
|
||||
|
||||
Plug 'mattn/emmet-vim'
|
||||
|
||||
Plug 'fatih/vim-go', { 'do': ':GoInstallBinaries' }
|
||||
|
||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug '~/code/zk.vim/'
|
||||
call plug#end()
|
||||
|
||||
autocmd BufEnter ~/dox/zettelkasten/* set filetype=markdown
|
||||
endif
|
||||
|
||||
set number
|
||||
set relativenumber
|
Loading…
Reference in New Issue