0

I would like to open website inside a buffer so I don't have to switch windows when developing web applications. Are there plugins which integrate a firefox or chrome window in neovim?

I can only open a terminal in a buffer and open a terminal based browser such as w3m. But that's of course not very satisfactory.

2 Answers2

0

Welcome to Stack Overflow!

Are there plugins which integrate a firefox or chrome window in neovim?

No, there isn't and it's likely not happening in the near future since you'd need to implement a GUI-Like window inside neovim which is mainly used as a terminal program.

TornaxO7
  • 1,150
  • 9
  • 24
0

Have you tried this plugin called vim-browser-search? It says it has NeoVim compatibility, I will give it a try