|
1 | | -*nvim-tree* A File Explorer For nvim |
| 1 | +*nvim-tree* A File Explorer For Nvim |
2 | 2 |
|
3 | 3 | Author: Yazdani Kiyan |
4 | 4 |
|
@@ -105,7 +105,7 @@ Git Integration |
105 | 105 |
|
106 | 106 | Requirements |
107 | 107 |
|
108 | | - This file explorer requires nvim >= 0.9 |
| 108 | + This file explorer requires Nvim >= 0.9 |
109 | 109 |
|
110 | 110 | ============================================================================== |
111 | 111 | 2. QUICKSTART *nvim-tree-quickstart* |
@@ -364,7 +364,7 @@ See |nvim-tree-highlight| for details. |
364 | 364 | 4. SETUP *nvim-tree-setup* |
365 | 365 |
|
366 | 366 | You must run setup() function once to initialise nvim-tree. It may be called |
367 | | -again to apply a change in configuration without restarting nvim. |
| 367 | +again to apply a change in configuration without restarting Nvim. |
368 | 368 |
|
369 | 369 | setup() function takes one optional argument: configuration table. If omitted |
370 | 370 | nvim-tree will be initialised with default configuration. |
@@ -1235,18 +1235,18 @@ Takes the `BufEnter` event as an argument. see |autocmd-events| |
1235 | 1235 |
|
1236 | 1236 | Open a file or directory in your preferred application. |
1237 | 1237 |
|
1238 | | -|vim.ui.open()| was introduced in nvim 0.10 and is the default. |
| 1238 | +|vim.ui.open()| was introduced in Nvim 0.10 and is the default. |
1239 | 1239 |
|
1240 | | -Once nvim-tree minimum nvim version is updated to 0.10, these options will |
| 1240 | +Once nvim-tree minimum Nvim version is updated to 0.10, these options will |
1241 | 1241 | no longer be necessary and will be removed. |
1242 | 1242 |
|
1243 | 1243 | *nvim-tree.system_open.cmd* |
1244 | 1244 | The open command itself. |
1245 | 1245 | Type: `string`, Default: `""` |
1246 | 1246 |
|
1247 | | -nvim >= 0.10 defaults to |vim.ui.open()| |
| 1247 | +Nvim >= 0.10 defaults to |vim.ui.open()| |
1248 | 1248 |
|
1249 | | -nvim < 0.10 defaults to: |
| 1249 | +Nvim < 0.10 defaults to: |
1250 | 1250 | UNIX: `"xdg-open"` |
1251 | 1251 | macOS: `"open"` |
1252 | 1252 | Windows: `"cmd"` |
@@ -1495,7 +1495,7 @@ Configuration for |nvim-tree-api.tree.expand_all()| and |
1495 | 1495 |
|
1496 | 1496 | *nvim-tree.actions.expand_all.max_folder_discovery* |
1497 | 1497 | Limit the number of folders being explored when expanding every folders. |
1498 | | - Avoids hanging nvim when running this action on very large folders. |
| 1498 | + Avoids hanging Nvim when running this action on very large folders. |
1499 | 1499 | Type: `number`, Default: `300` |
1500 | 1500 |
|
1501 | 1501 | *nvim-tree.actions.expand_all.exclude* |
@@ -3058,13 +3058,13 @@ Contents of `my-decorator.lua`: |
3058 | 3058 | Windows WSL and PowerShell |
3059 | 3059 | - Trash is synchronized |
3060 | 3060 | - Executable file detection is disabled as this is non-performant and can |
3061 | | - freeze nvim |
| 3061 | + freeze Nvim |
3062 | 3062 | - Some filesystem watcher error related to permissions will not be reported |
3063 | 3063 |
|
3064 | 3064 | ============================================================================== |
3065 | 3065 | 13. NETRW *nvim-tree-netrw* |
3066 | 3066 |
|
3067 | | -|netrw| is a standard nvim plugin that is enabled by default. It provides, |
| 3067 | +|netrw| is a standard Nvim plugin that is enabled by default. It provides, |
3068 | 3068 | amongst other functionality, a file/directory browser. |
3069 | 3069 |
|
3070 | 3070 | It interferes with nvim-tree and the intended user experience is nvim-tree |
@@ -3941,14 +3941,14 @@ Class: Config.SystemOpen *nvim-tree-config-system-open* |
3941 | 3941 | *nvim_tree.Config.SystemOpen* |
3942 | 3942 | Open files or directories via the OS. |
3943 | 3943 |
|
3944 | | - nvim: |
| 3944 | + Nvim: |
3945 | 3945 | • `>=` 0.10 uses |vim.ui.open()| unless {cmd} is specified |
3946 | 3946 | • `<` 0.10 calls external {cmd}: |
3947 | 3947 | • UNIX: `xdg-open` |
3948 | 3948 | • macOS: `open` |
3949 | 3949 | • Windows: `cmd` |
3950 | 3950 |
|
3951 | | - Once nvim-tree minimum nvim version is updated to 0.10, these options will |
| 3951 | + Once nvim-tree minimum Nvim version is updated to 0.10, these options will |
3952 | 3952 | no longer be necessary and will be removed. |
3953 | 3953 |
|
3954 | 3954 | Fields: ~ |
@@ -4185,7 +4185,7 @@ Class: Config.Actions *nvim-tree-config-actions* |
4185 | 4185 | Fields: ~ |
4186 | 4186 | • {max_folder_discovery}? (`integer`, default: `300`) Limit the number |
4187 | 4187 | of folders being explored when expanding |
4188 | | - every folder. Avoids hanging nvim when |
| 4188 | + every folder. Avoids hanging Nvim when |
4189 | 4189 | running this action on very large folders. |
4190 | 4190 | • {exclude}? (`string[]`, default: `{}`) A list of |
4191 | 4191 | directories that should not be expanded |
|
0 commit comments