docs(README): remove unecessary comment

This commit is contained in:
Iron-E 2021-08-05 17:39:13 -04:00
parent 2945b3a54a
commit 929cb313e9
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ Whenever you want to update from then on, you can run the [update script](update
```
Or using `init.lua`:
```lua
vim.opt.termguicolors = true -- Set color mode
vim.opt.termguicolors = true
vim.api.nvim_command 'colorscheme highlite'
```