diff options
| author | Naz <ndpm13@ch-naseem.com> | 2025-02-08 11:50:27 +0100 |
|---|---|---|
| committer | Naz <ndpm13@ch-naseem.com> | 2025-02-08 11:50:27 +0100 |
| commit | 428dc356c8e5ca5a5d940bc770a5da34fdd59135 (patch) | |
| tree | 9d415870536a13f542d3ce1de4d7889a2b4e9b67 /lua | |
| parent | 9b9eab0b94e1aa7202226002d8774603677d23ba (diff) | |
✨feat: add lewis6991/gitsigns plugin
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/gitsigns.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/plugins/gitsigns.lua b/lua/plugins/gitsigns.lua new file mode 100644 index 0000000..df45ec6 --- /dev/null +++ b/lua/plugins/gitsigns.lua @@ -0,0 +1,6 @@ +return { + "lewis6991/gitsigns.nvim", + config = function() + require("gitsigns").setup() + end, +} |
