DEV Community

Cover image for Oxeye.nvim - Structural Search inside Neovim
Sitt Guruvanich
Sitt Guruvanich

Posted on

Oxeye.nvim - Structural Search inside Neovim

It's no secret, the power of navigation inside a large project using Fuzzy Finder such as Telescope and Fzf-Lua.

But can we do better?

Oxeye social preview

As soon as I found out about ast-grep I just knew that I want this capability inside my editor. The ability to traverse within a codebase while being syntax-aware if marvelous and some people were ahead of me already such as Dr. David Alexander Kunz on his YouTube channel presenting ast-grep adding a hack at the end to integrate ast-grep command with the search window presented by fzf-lua. I jumped to task and work on this plugin right away.

Please check it out at aekasitt/oxeye.nvim

Top comments (0)