mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
mod(fish): switched back to nvim for the time being
I wish they can fix the spammy diagnostics soon
This commit is contained in:
parent
b137af17d5
commit
14510485d1
5 changed files with 35 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue