diff options
author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2023-07-31 02:46:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 02:46:27 +0900 |
commit | c2fb482ec14041f4537d2269b554818894de7f8e (patch) | |
tree | b85f94c7368df3240cd54b987de658a02180a33d /init.lua | |
parent | 3dc1c1c4c2ee3d6c5841ea1b3c13a7c123592086 (diff) |
Fix typo in init.lua
releated -> related
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` |