mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 19:12:13 +02:00
added helix configuration
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
theme = "gruvbox"
|
||||
|
||||
[editor]
|
||||
mouse = false
|
||||
middle-click-paste = false
|
||||
shell = ["/bin/fish", "-c"]
|
||||
cursorline = false
|
||||
cursorcolumn = false
|
||||
line-number = "relative"
|
||||
auto-completion = true
|
||||
auto-format = true
|
||||
true-color = true
|
||||
color-modes = true
|
||||
|
||||
[editor.cursor-shape]
|
||||
normal = "block"
|
||||
insert = "bar"
|
||||
select = "block"
|
||||
Reference in New Issue
Block a user