Skip to content

Commit 57344ed

Browse files
committed
Added a missing code quote in the getting started document.
1 parent 2c78d0b commit 57344ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Expand-Archive -Path $ZipPath -DestinationPath $InstallPath;
5757

5858
#### Setup Keybindings and Path Information
5959
Once the basic language configurations have been installed, add this to your
60-
init.lua located in `$XDG_CONFIG_HOME`:
60+
`init.lua` located in `$XDG_CONFIG_HOME`:
6161
```lua
6262
local on_attach = function(client, bufnr)
6363
-- Enable completion triggered by <c-x><c-o>

0 commit comments

Comments
 (0)