tune editor config
This commit is contained in:
parent
8827a5923a
commit
b355cb8d70
4 changed files with 10 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
[core]
|
||||
pager = delta
|
||||
editor = hx
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
theme = "yo_dracula"
|
||||
|
||||
[editor]
|
||||
bufferline = "multiple"
|
||||
rulers = [80, 100]
|
||||
true-color = true
|
||||
|
||||
|
|
@ -44,5 +45,7 @@ right = [
|
|||
v = [":vs", "file_picker"]
|
||||
s = [":sp", "file_picker"]
|
||||
w = ":w"
|
||||
q = ":q"
|
||||
q = ":buffer-close"
|
||||
l = ":buffer-next"
|
||||
h = ":buffer-previous"
|
||||
space = "rotate_view"
|
||||
|
|
|
|||
|
|
@ -1 +1,5 @@
|
|||
node_modules
|
||||
.venv
|
||||
dist
|
||||
target
|
||||
zig-out
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
[language-server.rust-analyzer.config]
|
||||
check.command = "clippy"
|
||||
rustfmt.extraArgs = ["+nightly"]
|
||||
|
||||
[language-server.deno]
|
||||
command = "deno"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue