Olical / aniseed

Neovim configuration and plugins in Fennel (Lisp compiled to Lua)
https://discord.gg/wXAMr8F
The Unlicense
606 stars 28 forks source link

Expand configured input and output paths #57

Closed alloy-d closed 3 years ago

alloy-d commented 3 years ago

Hi! Thanks for Aniseed! (And Conjure!)

I've recently started doing a little Neovim configuration in Fennel, but because I'm an oddball, I wanted to keep it under ~/.vim with the rest of my vim stuff.

While trying to make that work, I realized that the docs didn't quite match what's happening in the code. The input and output arguments were treated as full paths if given, but never expanded.

This PR tweaks the docs to reflect that, and it also runs the paths through vim's path expander to handle stuff like ~.

Olical commented 3 years ago

Nice, thank you!