Skip to content

Commit

Permalink
Use the remark section for the Neovim example
Browse files Browse the repository at this point in the history
Closes #15
  • Loading branch information
remcohaszing committed Jul 28, 2024
1 parent 7e5eee8 commit fdf7254
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ This means you can add remark language server in one line:
```lua
require'lspconfig'.remark_ls.setup {
settings = {
requireConfig = true
remark = {
requireConfig = true
}
}
}
```
Expand Down

0 comments on commit fdf7254

Please sign in to comment.