diff options
| author | theoboldalex <44616505+theoboldalex@users.noreply.github.com> | 2024-08-22 21:49:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-22 16:49:25 -0400 |
| commit | 133ff663ac01a074aa4342b679fc5beecce275bd (patch) | |
| tree | 441be5ddf8b18a5399f8c451f74cf0b69244e2ea /nvim | |
| parent | 3fcdaf16465b6d606b2b833319b5f741ca5770e3 (diff) | |
| download | dots-133ff663ac01a074aa4342b679fc5beecce275bd.tar.gz | |
Update README.md (#1091)
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/README.md b/nvim/README.md index 3f19854..0b56eab 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -28,8 +28,8 @@ External Requirements: - A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons - if you have it set `vim.g.have_nerd_font` in `init.lua` to true - Language Setup: - - If want to write Typescript, you need `npm` - - If want to write Golang, you will need `go` + - If you want to write Typescript, you need `npm` + - If you want to write Golang, you will need `go` - etc. > **NOTE** |