adding initial base config from astrovim
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
require("gitsigns").setup(astronvim.user_plugin_opts("plugins.gitsigns", {
|
||||
signs = {
|
||||
add = { text = "▎" },
|
||||
change = { text = "▎" },
|
||||
delete = { text = "▎" },
|
||||
topdelete = { text = "契" },
|
||||
changedelete = { text = "▎" },
|
||||
untracked = { text = "▎" },
|
||||
},
|
||||
}))
|
||||
Reference in New Issue
Block a user