Closed laggardkernel closed 5 years ago
Describe the bug
Environment variables passed into nnn#command doesn't take effect.
nnn#command
let g:nnn#command = 'NNN_SHOW_HIDDEN=1 nnn -l' " light mode nnoremap <leader>n :NnnPicker '%:p:h'<CR>
Hidden files are still not shown.
Environment:
NNN_SHOW_HIDDEN seems to be removed in 2.4 https://github.com/jarun/nnn/blob/master/CHANGELOG#L16
NNN_SHOW_HIDDEN
Describe the bug
Environment variables passed into
nnn#command
doesn't take effect.Hidden files are still not shown.
Environment: