change gitsigns setting

This commit is contained in:
Thitiwat Hemvimon 2024-07-30 12:11:03 +07:00
parent 33b077e15c
commit 2c166c6c62

View file

@ -219,8 +219,8 @@ require('lazy').setup({
topdelete = { text = '' },
changedelete = { text = '~' },
},
current_line_blame = true,
},
current_line_blame = true,
},
-- NOTE: Plugins can also be configured to run Lua code when they are loaded.
@ -730,6 +730,7 @@ require('lazy').setup({
-- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps
},
sources = {
{ name = 'copilot', group_index = 2 },
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' },