Skip to content

Commit 914a686

Browse files
authored
docs: add missing quotes (#2424)
1 parent a3aa3b4 commit 914a686

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/nvim-tree-lua.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -909,19 +909,19 @@ Sign column icon precedence: git < modified < diagnostics
909909
Place where the git icons will be rendered.
910910
Can be `"after"` or `"before"` filename (after the file/folders icons)
911911
or `"signcolumn"` (requires |nvim-tree.view.signcolumn| enabled).
912-
Type: `string`, Default: `before`
912+
Type: `string`, Default: `"before"`
913913

914914
*nvim-tree.renderer.icons.diagnostics_placement*
915915
Place where the diagnostics icon will be rendered.
916916
Can be `"after"` or `"before"` filename (after the file/folders icons)
917917
or `"signcolumn"` (requires |nvim-tree.view.signcolumn| enabled).
918-
Type: `string`, Default: `signcolumn`
918+
Type: `string`, Default: `"signcolumn"`
919919

920920
*nvim-tree.renderer.icons.modified_placement*
921921
Place where the modified icon will be rendered.
922922
Can be `"after"` or `"before"` filename (after the file/folders icons)
923923
or `"signcolumn"` (requires |nvim-tree.view.signcolumn| enabled).
924-
Type: `string`, Default: `after`
924+
Type: `string`, Default: `"after"`
925925

926926
*nvim-tree.renderer.icons.padding*
927927
Inserted between icon and filename.
@@ -1058,7 +1058,7 @@ The open command itself.
10581058
Leave empty for OS specific default:
10591059
UNIX: `"xdg-open"`
10601060
macOS: `"open"`
1061-
Windows: "`cmd"`
1061+
Windows: `"cmd"`
10621062

10631063
*nvim-tree.system_open.args*
10641064
Optional argument list.

0 commit comments

Comments
 (0)