Skip to content

Commit

Permalink
Add diffview.nvim for viewing diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhao committed Oct 18, 2023
1 parent dfaa3d9 commit 2c99483
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lua/plugin_specs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ local plugin_specs = {

-- Better git commit experience
{ "rhysd/committia.vim", lazy = true },

{
"sindrets/diffview.nvim"
},

{
"kevinhwang91/nvim-bqf",
ft = "qf",
Expand Down
2 changes: 1 addition & 1 deletion viml_conf/options.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scriptencoding utf-8

" change fillchars for folding, vertical split, end of buffer, and message separator
set fillchars=fold:\ ,vert:\│,eob:\ ,msgsep:‾
set fillchars=fold:\ ,vert:\│,eob:\ ,msgsep:‾,diff:╱

" Split window below/right when creating horizontal/vertical windows
set splitbelow splitright
Expand Down

0 comments on commit 2c99483

Please sign in to comment.