Last active
May 22, 2024 14:57
-
-
Save Apsu/add98c52a7bcefd06f6a4946788e6599 to your computer and use it in GitHub Desktop.
Helix config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
theme = "fleet_dark_transparent" | |
[editor] | |
auto-format = true | |
auto-save = true | |
color-modes = true | |
cursorcolumn = true | |
cursorline = true | |
true-color = true | |
line-number = "relative" | |
bufferline = "multiple" | |
[editor.cursor-shape] | |
insert = "bar" | |
normal = "block" | |
select = "underline" | |
[editor.file-picker] | |
git-ignore = false | |
hidden = false | |
[editor.lsp] | |
display-messages = true | |
display-inlay-hints = true | |
[editor.indent-guides] | |
render = true | |
skip-levels = 1 | |
[editor.soft-wrap] | |
enable = true | |
[keys.normal] | |
X = "extend_line_above" | |
D = "delete_char_backward" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Put in ~/.config/helix/themes | |
inherits = "fleet_dark" | |
"ui.background" = {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment