Mini.files number column in buffer and support neogit so it works on neogit buffer #1445
Closed
AlejandroSanchez90
started this conversation in
Ideas
Replies: 1 comment
-
You can enable number column by customizing windows following these examples. Here using vim.api.nvim_create_autocmd('User', {
pattern = 'MiniFilesWindowUpdate',
callback = function(args) vim.wo[args.data.win_id].number = true end,
})
This is expected to be "fixed" on user side by using appropriate argument for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two requests for mini files; one is an option to see the number column so I can jump to files quicker, and a fix to when I open it in neogit buffer as it gives an error when I try to open it from there
Beta Was this translation helpful? Give feedback.
All reactions