mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
lint
This commit is contained in:
parent
b33413dd18
commit
9082d546f6
19 changed files with 362 additions and 291 deletions
|
|
@ -3,5 +3,5 @@ if vim.g.did_load_diffview_plugin then
|
|||
end
|
||||
vim.g.did_load_diffview_plugin = true
|
||||
|
||||
require("diffview").setup({ use_icons = false, })
|
||||
require('diffview').setup { use_icons = false }
|
||||
vim.keymap.set('n', '<leader>gdd', vim.cmd.DiffviewOpen, { desc = '[g]it [d]iffview open' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue