-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Labels
feature-requestRequest for a feature to existing moduleRequest for a feature to existing modulemini.misc
Description
Contributing guidelines
- I have read CONTRIBUTING.md
- I have read CODE_OF_CONDUCT.md
Module(s)
mini.extra
Description
Maybe this is something that cold be added to mini.extra
.
Sometimes I just copy/paste file paths from a linter/compiler output and that fails because what I copied has the format <file_path>:<line_number>
it would be super convenient to have neovim just open the file and just to that line number.
There are some plugins for this already but maybe it's something Mini could incorporate to avoid the need for an extra plugin.
Some examples I've found:
- https://github.com/bogado/file-line
- https://github.com/lervag/file-line
- https://github.com/wsdjeg/vim-fetch
- https://github.com/dsully/nvim/blob/main/plugin/fileline.lua
- https://github.com/lewis6991/fileline.nvim
The last one is the one I'll be using for now.
Metadata
Metadata
Assignees
Labels
feature-requestRequest for a feature to existing moduleRequest for a feature to existing modulemini.misc