numToStr / Navigator.nvim

:sparkles: Smoothly navigate between neovim and terminal multiplexer(s) :sparkles:
MIT License
391 stars 21 forks source link

error on navigating to splits #6

Closed lalitmee closed 2 years ago

lalitmee commented 2 years ago

Getting this error in the command line every time when I switch between splits.

image

Please help

numToStr commented 2 years ago

Did you call setup()?

lalitmee commented 2 years ago

Oh sorry, actually I was calling setup() with config and when I tried simple setup() it worked. Thanks for pointing it out.