update helix config
This commit is contained in:
@@ -5,4 +5,7 @@ theme = "myonedark"
|
|||||||
# auto-completion = false
|
# auto-completion = false
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
|
|
||||||
|
[editor.indent-guides]
|
||||||
|
render = true
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
use-grammars = { only = [ "awk", "bash", "bibtex", "c", "cmake", "cpp", "css", "diff", "dockerfile", "dot", "fish", "gdscript", "git-attributes", "git-commit", "git-config", "git-ignore", "git-rebase", "glsl", "go", "godot-resource", "gomod", "gotmpl", "gowork", "html", "java", "javascript", "jinja", "json", "kotlin", "latex", "lua", "make", "markdown", "passwd", "perl", "php", "python", "rust", "scss", "sql", "toml", "typescript", "vue", "wren", "xml", "yaml" ] }
|
use-grammars = { only = [ "awk", "bash", "bibtex", "c", "cmake", "cpp", "css", "diff", "dockerfile", "dot", "fish", "gdscript", "git-attributes", "git-commit", "git-config", "git-ignore", "git-rebase", "glsl", "go", "godot-resource", "gomod", "gotmpl", "gowork", "html", "java", "javascript", "jinja", "json", "kotlin", "latex", "lua", "make", "markdown", "passwd", "perl", "php", "python", "rust", "scss", "sql", "toml", "typescript", "typst", "vue", "wren", "xml", "yaml" ] }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "go"
|
name = "go"
|
||||||
|
|||||||
@@ -58,9 +58,12 @@ diagnostic = { modifiers = ["underlined"] }
|
|||||||
"ui.selection" = { bg = "light-gray" }
|
"ui.selection" = { bg = "light-gray" }
|
||||||
"ui.selection.primary" = { bg = "gray" }
|
"ui.selection.primary" = { bg = "gray" }
|
||||||
|
|
||||||
"ui.linenr" = { fg = "linenr", modifiers = ["dim"] }
|
# "ui.linenr" = { fg = "linenr", modifiers = ["dim"] }
|
||||||
|
"ui.linenr" = { fg = "linenr" }
|
||||||
"ui.linenr.selected" = { fg = "white" }
|
"ui.linenr.selected" = { fg = "white" }
|
||||||
|
|
||||||
|
"ui.virtual.indent-guide" = { fg = "gray" }
|
||||||
|
|
||||||
"ui.statusline" = { fg = "white", bg = "light-black" }
|
"ui.statusline" = { fg = "white", bg = "light-black" }
|
||||||
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
|
"ui.statusline.inactive" = { fg = "light-gray", bg = "light-black" }
|
||||||
|
|
||||||
@@ -86,4 +89,4 @@ black = "#1d212a"
|
|||||||
light-black = "#333740"
|
light-black = "#333740"
|
||||||
gray = "#333740"
|
gray = "#333740"
|
||||||
light-gray = "#5C6370"
|
light-gray = "#5C6370"
|
||||||
linenr = "#333740"
|
linenr = "#7a7a7a"
|
||||||
|
|||||||
Reference in New Issue
Block a user