jonathanmorris180 / salesforce.nvim

A Salesforce plugin for Neovim.
MIT License
20 stars 5 forks source link

Pull executable from $PATH #41

Closed jonathanmorris180 closed 1 day ago

jonathanmorris180 commented 1 week ago

📃 Summary

Resolves #40. This PR removes the ability to set the sf_executable in the config and derives it instead from the user's $PATH. This is a non-breaking change as any user with sf_executable in their config will still be able to pull this down and experience no issues. sf_executable was not working as intended anyway.