habamax / vim-godot

Use vim and godot engine to make games
MIT License
498 stars 24 forks source link

NeoVim plugin path in README #42

Closed whenov closed 3 years ago

whenov commented 3 years ago

Hi @habamax, thanks for this great plugin!

In the README.md, the plugin path of NeoVim should be ~/.local/share/nvim/site/pack/*/start/vim-godot instead of the current one under .config

habamax commented 3 years ago

It worked for me with .config last time I tried. Was there breaking changes and init files from .config are not sourced now?

whenov commented 3 years ago

@habamax, I am not sure if there was any breaking change. But .config is not mentioned at all under :help packages. Also check https://github.com/neovim/neovim/issues/5196