numToStr / Navigator.nvim

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

fix ignoring passed opts #7

Closed alex-popov-tech closed 2 years ago

alex-popov-tech commented 2 years ago

hello, thank you for the plugin!

on nvim 0.6 ( did not checked 0.5 ) vim.tbl_extend is not mutating passed tables and just returning new table, so this PR fixes that case for passed config to setup(opts)

numToStr commented 2 years ago

Ahh, nice catch. Thanks!