We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234b1fe commit 29adc93Copy full SHA for 29adc93
1 file changed
README.md
@@ -143,6 +143,18 @@ n³ will detect env variables defined in `vimrc`.
143
let $NNN_TRASH=1
144
```
145
146
+#### Setup for `init.lua`
147
+
148
+Use the same option names as you would in Vimscript, e.g.:
149
150
+```lua
151
+require('nnn').setup{
152
+ set_default_mappings = false,
153
+ session = 'global',
154
+ layout = { left = '20%' }
155
+}
156
+```
157
158
### Credits
159
160
Main n³ program: https://github.com/jarun/nnn
0 commit comments