12 lines
210 B
VimL
12 lines
210 B
VimL
|
:filetype plugin indent on
|
||
|
:filetype indent on
|
||
|
:set autoindent
|
||
|
:set expandtab tabstop=2 shiftwidth=2 softtabstop=2 smarttab
|
||
|
:set number
|
||
|
|
||
|
call plug#begin()
|
||
|
|
||
|
Plug 'JuliaEditorSupport/julia-vim'
|
||
|
|
||
|
call plug#end()
|