Skip to content

Commit

Permalink
Use nicer char for removed line in diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Dec 3, 2021
1 parent 2d56d6c commit 18bd744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ vim.o.shiftwidth = 4
vim.o.expandtab = true
vim.o.list = true
vim.o.listchars = 'space:⋅,tab:→ ' -- Display tabs
vim.o.fillchars = 'eob: ' -- Hide ~
vim.o.fillchars = 'diff:╱,eob: ' -- Create a nice diff and hide ~
vim.o.whichwrap = vim.o.whichwrap .. 'h,l,<,>,[,]' -- Wrap movement between lines in edit mode
vim.o.pumheight = 10
vim.o.pumblend = 10
Expand Down

0 comments on commit 18bd744

Please sign in to comment.