File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55let s: path = fnamemodify (resolve (expand (' <sfile>:p' )), ' :h:h' )
66let 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
You can’t perform that action at this time.
0 commit comments