xixiaofinland / sf.nvim

22 stars 6 forks source link

Allow term configurations to be adjusted in plugin setup #88

Closed xixiaofinland closed 1 week ago

xixiaofinland commented 1 week ago

Discussed in #76 , it makes sense to expose the term settings so users can define the height, width etc.

This setting can be passed in the initial setup(opts) step.

xixiaofinland commented 1 week ago

Some of the term configurations are exposed now. Check the setup section in readme.

At the moment, there is no way to adjust the config per command. Feel free to submit a new issue if there is a strong need.

@ognjen-vuceljic