Merge branch 'main' of github.com:elitherl/vim-config

This commit is contained in:
Edward Litherland-Smith 2021-12-30 10:41:15 +00:00
commit 2eee144117
2 changed files with 3 additions and 1 deletions

2
.gitmodules vendored
View file

@ -18,7 +18,7 @@
url = https://github.com/tpope/vim-fugitive.git
[submodule "pack/plugins/start/unimpaired"]
path = pack/plugins/start/unimpaired
url = https://tpope.io/vim/unimpaired.git
url = https://github.com/tpope/vim-unimpaired.git
[submodule "pack/plugins/start/tabular"]
path = pack/plugins/start/tabular
url = https://github.com/godlygeek/tabular.git

2
vimrc
View file

@ -55,6 +55,8 @@ set softtabstop=2
au BufRead,BufNewFile *.ipynb setlocal filetype=json
au BufRead,BufNewFile *.md setlocal spell
au BufRead,BufNewFile *.code-workspace setlocal filetype=json
au BufRead,BufNewFile *.csv setlocal nowrap
syntax on
if &diff