Update gitsigns
This commit is contained in:
parent
12a46ad57b
commit
0a6c31b324
2
init.lua
2
init.lua
|
|
@ -127,7 +127,7 @@ vim.o.ignorecase = true
|
|||
vim.o.smartcase = true
|
||||
|
||||
-- Keep signcolumn on by default
|
||||
vim.o.signcolumn = 'yes'
|
||||
vim.o.signcolumn = 'yes:1'
|
||||
|
||||
-- Decrease update time
|
||||
vim.o.updatetime = 250
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ return {
|
|||
---@type Gitsigns.Config
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
opts = {
|
||||
watch_gitdir = { follow_files = true },
|
||||
attach_to_untracked = true,
|
||||
update_debounce = 100,
|
||||
on_attach = function(bufnr)
|
||||
local gitsigns = require 'gitsigns'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue