vishcious

Results 6 comments of vishcious

I tried this plugin with Vundle by adding (Plugin 'elmcast/elm-vim.git') to my .vimrc and running ":PluginInstall", but couldn't get it to work. The error on running ":ElmRepl" is "E492: Not...

@gabrielflorit oops. I actually meant to say that used (Plugin 'lambdatoast/elm.vim.git') in my .vimrc file. And this issue is relevant here. I did try the other plugin too as someone...

[vimlog.txt](https://github.com/lambdatoast/elm.vim/files/137091/vimlog.txt) Ok, I am back with more info. I am attaching my vim log file above. It doesn't seem to be loading the "elm.vim" file in the "~/.vim/bundle/elm.vim/ftplugin" folder. It...

@patricksimpson that fixed it for me. Thanks a bunch. Appreciate it

Sure thing. I just replaced the title of the role in the Lambda sample with "Lambda-Execution-Role" like here ``` from troposphere.constants import NUMBER from troposphere import FindInMap, GetAtt, Join, Output...

I have actually modified psake a little to handle the cases above. I can send you the modified source if you are interested. It basically uses another function called "DerivedProperties"...