docs(README): remove unecessary comment
This commit is contained in:
parent
2945b3a54a
commit
929cb313e9
|
@ -74,7 +74,7 @@ Whenever you want to update from then on, you can run the [update script](update
|
||||||
```
|
```
|
||||||
Or using `init.lua`:
|
Or using `init.lua`:
|
||||||
```lua
|
```lua
|
||||||
vim.opt.termguicolors = true -- Set color mode
|
vim.opt.termguicolors = true
|
||||||
vim.api.nvim_command 'colorscheme highlite'
|
vim.api.nvim_command 'colorscheme highlite'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue