diff options
author | Chris Patti <feoh@feoh.org> | 2023-07-30 15:52:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-30 15:52:11 -0400 |
commit | 9dcf923f60113d7dc8518f9e5b9fe3068eb27678 (patch) | |
tree | b85f94c7368df3240cd54b987de658a02180a33d /init.lua | |
parent | 3dc1c1c4c2ee3d6c5841ea1b3c13a7c123592086 (diff) | |
parent | c2fb482ec14041f4537d2269b554818894de7f8e (diff) |
Merge pull request #380 from eltociear/patch-1
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ require('lazy').setup({ -- Useful plugin to show you pending keybinds. { 'folke/which-key.nvim', opts = {} }, { - -- Adds git releated signs to the gutter, as well as utilities for managing changes + -- Adds git related signs to the gutter, as well as utilities for managing changes 'lewis6991/gitsigns.nvim', opts = { -- See `:help gitsigns.txt` |