diff options
| author | Adelar da Silva Queiróz <adelarsq@gmail.com> | 2023-05-06 14:10:04 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-06 14:10:04 -0300 |
| commit | b670c85f67d8c559121d765be2460b4142a61a2c (patch) | |
| tree | 0dcc899bf70e1136e6dad7f2672eb3643159a381 /README.md | |
| parent | 3d838de15c786a7cce5592b8d0e67764706dd90a (diff) | |
Little spelling fix
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ Configuration of the LSP: ### Neovim Neovim has a builtin support for LSP. -There is a plugin that turn easier the setup, called [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). You can +There is a plugin that turns easier the setup, called [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig). You can install it with you prefered package manager. A simple configuration to use with Odin would be like this: |