mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-16 01:01:34 +00:00
remove old code
This commit is contained in:
@ -47,6 +47,9 @@ return {
|
||||
{
|
||||
"lewis6991/gitsigns.nvim",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
cond = function()
|
||||
return vim.fn.isdirectory(".git") == 1
|
||||
end,
|
||||
opts = {
|
||||
on_attach = function(bufnr)
|
||||
local gs = package.loaded.gitsigns
|
||||
|
Reference in New Issue
Block a user