Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a963038 commit fe0c53cCopy full SHA for fe0c53c
1 file changed
README.md
@@ -170,7 +170,7 @@ Note that TreeSitter keywords have been changed after neovim version 0.8 and onw
170
TS prefix is trimmed and lowercase words should be used separated with '.'
171
172
The old way before neovim 0.8 looks like this.
173
-For all keywords see [this](https://github.com/navarasu/onedark.nvim/blob/master/lua/onedark/highlights.lua) file from line 133 to 257
+For all keywords see [this](https://github.com/navarasu/onedark.nvim/blob/master/lua/onedark/highlights.lua#L133-L257) file from line 133 to 257
174
175
```lua
176
require('onedark').setup {
0 commit comments