Skip to content

Commit bf065b7

Browse files
author
Gaspar Chilingarov
committed
cleanup
1 parent 9130c71 commit bf065b7

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

plugin/vim-ide-elixir.vim

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@
55
let s:path = fnamemodify(resolve(expand('<sfile>:p')), ':h:h')
66
let s:bundle_path = s:path."/bundle"
77

8+
89
" for now load by placing this in .vimrc
910
" find a way to do it from inside module while being loaded
1011
" runtime bundle/vim-pathogen/autoload/pathogen.vim
1112
" execute pathogen#infect("bundle/{}", "bundle/vim-ide-elixir/bundle/{}")
1213

13-
""echom("doing well ". s:path)
14-
""let s:modules = ["vim-desert-programming", "vim-elixir"]
15-
"" we have pathogen as plugin manager
14+
"let s:modules = ["vim-desert-programming", "vim-elixir"]
15+
16+
" we have pathogen as plugin manager
1617
"if exists("g:loaded_pathogen")
17-
"" echom("doing well ". s:bundle_path)
1818
" execute pathogen#infect(s:bundle_path."/{}")
19-
"" echom(&rtp)
20-
" "runtime(s:bundle_path)
19+
" "runtime(s:bundle_path."/vim-desert-programming")
2120
"endif
2221

2322

0 commit comments

Comments
 (0)