Merge branch 'main' of github.com:elitherl/vim-config
This commit is contained in:
commit
2eee144117
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -18,7 +18,7 @@
|
||||||
url = https://github.com/tpope/vim-fugitive.git
|
url = https://github.com/tpope/vim-fugitive.git
|
||||||
[submodule "pack/plugins/start/unimpaired"]
|
[submodule "pack/plugins/start/unimpaired"]
|
||||||
path = 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"]
|
[submodule "pack/plugins/start/tabular"]
|
||||||
path = pack/plugins/start/tabular
|
path = pack/plugins/start/tabular
|
||||||
url = https://github.com/godlygeek/tabular.git
|
url = https://github.com/godlygeek/tabular.git
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -55,6 +55,8 @@ set softtabstop=2
|
||||||
|
|
||||||
au BufRead,BufNewFile *.ipynb setlocal filetype=json
|
au BufRead,BufNewFile *.ipynb setlocal filetype=json
|
||||||
au BufRead,BufNewFile *.md setlocal spell
|
au BufRead,BufNewFile *.md setlocal spell
|
||||||
|
au BufRead,BufNewFile *.code-workspace setlocal filetype=json
|
||||||
|
au BufRead,BufNewFile *.csv setlocal nowrap
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
if &diff
|
if &diff
|
||||||
|
|
Loading…
Reference in a new issue