-
Feature description类似vscode中的highlight words插件,可以高亮某一个字符串. Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
Jint-lzxy
Aug 12, 2023
Replies: 4 comments 10 replies
-
This should be in discussions, transferred. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe you're looking for |
Beta Was this translation helpful? Give feedback.
0 replies
-
对应vscode的配置为: "highlightwords.colors": [
{
"dark": "yellow"
},
{
"dark": "Cyan"
},
{
"dark": "Pink"
},
{
"dark": "LightGreen"
},
{
"dark": "LightSteelBlue"
},
{
"dark": "Plum"
}
],
"highlightwords.box": {
"light": true,
"dark": false
},
"highlightwords.showSidebar": true,
"highlightwords.defaultMode": 1,
"workbench.colorCustomizations": {
"editor.selectionBackground": "#989b9b",
"editorCursor.foreground": "#ffffff",
"editorLineNumber.foreground": "#5e615f"
}, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe u're looking for vim-mark or its alternatives?