Compare commits
No commits in common. "4b6f67f6ddadf2f8e92bad41419fc75e7a72806c" and "9f7d57791534bc48eea943c18a4e997fe1ad39c4" have entirely different histories.
4b6f67f6dd
...
9f7d577915
|
@ -1,3 +0,0 @@
|
|||
[submodule "scripts/vim/bundles/vim-plug"]
|
||||
path = scripts/vim/bundles/vim-plug
|
||||
url = https://github.com/junegunn/vim-plug
|
|
@ -1 +0,0 @@
|
|||
plugged
|
|
@ -0,0 +1,10 @@
|
|||
set number
|
||||
set expandtab
|
||||
set tabstop=2
|
||||
set softtabstop=2
|
||||
set shiftwidth=2
|
||||
|
||||
" execute pathogen#infect()
|
||||
syntax on
|
||||
filetype plugin indent on
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit d80f495fabff8446972b8695ba251ca636a047b0
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
ln -d -s $(readlink -f .) ~/.vim
|
|
@ -1,13 +0,0 @@
|
|||
:filetype plugin indent on
|
||||
:filetype indent on
|
||||
:set autoindent
|
||||
:set expandtab tabstop=2 shiftwidth=2 softtabstop=2 smarttab
|
||||
:set number
|
||||
|
||||
:source ~/.vim/bundles/vim-plug/plug.vim
|
||||
|
||||
call plug#begin()
|
||||
|
||||
Plug 'JuliaEditorSupport/julia-vim'
|
||||
|
||||
call plug#end()
|
Loading…
Reference in New Issue