This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/nvim-old/plug-config/nnn.vim

4 lines
157 B
VimL
Raw Normal View History

2021-02-13 17:28:59 +01:00
let g:nnn#set_default_mappings = 0
2021-03-22 20:54:22 +01:00
" let g:nnn#command = 'nnn -HUdex'
2021-03-18 05:10:23 +01:00
let g:nnn#layout = { 'window': { 'width': 0.9, 'height': 0.8, 'highlight': 'Debug' } }