lucc / nvimpager

Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
Other
382 stars 20 forks source link

Settings in lua file overriding init.vim #10

Closed cjbassi closed 5 years ago

cjbassi commented 5 years ago

In particular, I would like to have a statusbar in nvimpager as set in my init.vim, but I see that nvimpager does set laststatus=0 in the Lua file which overrides my settings. Maybe only set default settings if no init.vim file is found?

lucc commented 5 years ago

I see, can you try the branch fix/issue-10?

cjbassi commented 5 years ago

Works for me! Thanks a lot for the quick fixes.