Integrating mini.files with gitsigns #1903
-
Contributing guidelines
Module(s)mini.files QuestionHi, I would like to know if it is possible to integrate mini.files with the gitsigns plugin so that it shows icons when a file is modified or added |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Jul 20, 2025
Replies: 1 comment 1 reply
-
This is explicitly out of scope of 'mini.files' itself. Integration with 'lewis6991/gitsigns.nvim' does not make much sense (as it is intended to show information for files that are actually on disk, not for "scratch" buffers), but showing Git status next to the file system entry should be possible. For example, take look at this gist. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is explicitly out of scope of 'mini.files' itself. Integration with 'lewis6991/gitsigns.nvim' does not make much sense (as it is intended to show information for files that are actually on disk, not for "scratch" buffers), but showing Git status next to the file system entry should be possible. For example, take look at this gist.