We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c78d0b commit 57344edCopy full SHA for 57344ed
docs/guide/getting_started.md
@@ -57,7 +57,7 @@ Expand-Archive -Path $ZipPath -DestinationPath $InstallPath;
57
58
#### Setup Keybindings and Path Information
59
Once the basic language configurations have been installed, add this to your
60
-init.lua located in `$XDG_CONFIG_HOME`:
+`init.lua` located in `$XDG_CONFIG_HOME`:
61
```lua
62
local on_attach = function(client, bufnr)
63
-- Enable completion triggered by <c-x><c-o>
0 commit comments