Skip to content

lewis6991/fileline.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fileline.nvim

When you open a [FILE]:[LINE], open file FILE at line LINE

Examples:

nvim foo.lua:10     # open foo.lua and go to line 10
nvim foo.lua(10)    # open foo.lua and go to line 10
nvim foo.lua:12:5   # open foo.lua and go to line 12, column 5
nvim foo.lua(12:5)  # open foo.lua and go to line 12, column 5

Acknowledgements

Inspired by https://github.com/bogado/file-line

About

Goto filenames with line info

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages