Skip to content

Commit

Permalink
fix: set nvim as the editPreset for lazygit, as nvim is more us…
Browse files Browse the repository at this point in the history
…eful once I ripped out the LSP guts
  • Loading branch information
macintacos committed Jun 27, 2023
1 parent cdaa294 commit abd4d1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rc/.lazygitrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ git:
parseEmoji: false
diffContextSize: 3 # how many lines of context are shown around a change in diffs
os:
editCommand: "" # see 'Configuring File Editing' section
editCommandTemplate: "{{editor}} {{filename}}"
openCommand: ""
editPreset: 'nvim'
refresher:
refreshInterval: 10 # file/submodule refresh interval in seconds
fetchInterval: 60 # re-fetch interval in seconds
Expand Down

0 comments on commit abd4d1f

Please sign in to comment.