Compare commits

..

No commits in common. "4b6f67f6ddadf2f8e92bad41419fc75e7a72806c" and "9f7d57791534bc48eea943c18a4e997fe1ad39c4" have entirely different histories.

7 changed files with 10 additions and 20 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "scripts/vim/bundles/vim-plug"]
path = scripts/vim/bundles/vim-plug
url = https://github.com/junegunn/vim-plug

View File

@ -1 +0,0 @@
plugged

10
scripts/vim/.vimrc Normal file
View File

@ -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

View File

@ -1,2 +0,0 @@
#!/bin/sh
ln -d -s $(readlink -f .) ~/.vim

View File

@ -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()