mod(fish): switched back to nvim for the time being

I wish they can fix the spammy diagnostics soon
This commit is contained in:
Léana 江 2023-06-09 12:26:37 +02:00 committed by Léana 江
parent b137af17d5
commit 14510485d1
5 changed files with 35 additions and 6 deletions

View file

@ -2,9 +2,35 @@ theme = "onelight"
[editor]
line-number = "relative"
shell = ["fish", "-c"]
rulers = [80]
completion-trigger-len = 1
[editor.lsp]
display-inlay-hints = true
display-messages = true
[editor.file-picker]
hidden = false
[editor.cursor-shape]
insert = "bar"
select = "underline"
[editor.soft-wrap]
enable = true
[keys.normal]
K = "hover"
'{' = "goto_prev_paragraph"
'}' = "goto_next_paragraph"
C-u = ["half_page_up", "align_view_center"]
C-d = ["half_page_down", "align_view_center"]
n = ["search_next", "align_view_center"]
N = ["search_prev", "align_view_center"]
C-r = ":config-reload"
[keys.normal."space"]
'=' = ":fmt"
f = "file_picker_in_current_directory"
F = "file_picker"