6
lua/taken/plugins/gitsigns.lua
Normal file
6
lua/taken/plugins/gitsigns.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local setup, gitsigns = pcall(require, 'gitsigns')
|
||||
if not setup then
|
||||
return
|
||||
end
|
||||
|
||||
gitsigns.setup {}
|
||||
Reference in New Issue
Block a user