neovim: reconfigure nnn.vim

This commit is contained in:
Hoang Nguyen 2021-03-18 07:10:23 +03:00
parent c50d0a100e
commit 04310da09e
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
let g:nnn#set_default_mappings = 0
let g:nnn#command = 'nnn -dHc'
let g:nnn#layout = 'new'
let g:nnn#command = 'nnn -Hcdx'
let g:nnn#layout = { 'window': { 'width': 0.9, 'height': 0.8, 'highlight': 'Debug' } }