Skip to content

mrjones2014/lua-gf.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-gf.nvim

Enable gf (go to file) in Neovim for Lua and Fennel module paths.

Install

With lazy.nvim:

-- you may lazy-load on the Lua filetype
{ 'mrjones2014/lua-gf.nvim', ft = 'lua' },

Usage

Consider the code:

require('some.plugin.module.path')

If your cursor is anywhere in the string inside the require() call, with this plugin, you can press gf to open the Lua file it corresponds to.

About

Enable `gf` (go to file) in Neovim for Lua and Fennel module paths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages