fourjay / vim-yamsong

Ease JSON creation in vim with YAML scratch buffer
3 stars 1 forks source link

Dependencies #2

Open opk12 opened 9 months ago

opk12 commented 9 months ago

Thank you for the plugin. I am a Vim newbie. I needed to do these:

  1. install PYYaml, which on Debian is the package python3-yaml, and
  2. add filetype indent plugin on to the vimrc. 2.1. I tried filetype plugin on and it seems enough, but I'm not sure the indent part is enabling functionality in this plugin?

Without filetype ... on, it does work to :call yamsong#split() manually, but :EditAsyaml gives error "Not an editor command".

I spent a few hours googling and asking for help to find these solutions. I think that documenting them in the README would help another newbies that want to try the plugin.

fourjay commented 8 months ago

I've not looked at this plugin in quite a while, and, although I like the idea, my plugin is a little rough around the edges. I'll take a look in the next week and update the ticket (possibly the plugin too)

opk12 commented 8 months ago

Thank you for looking into it.