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 | 22ee0c381f0c7a802e9247ef8ed8bf9635374a1f (patch) | |
| tree | 6aff626d984cd104150c3b69717af680455d53fb | |
| parent | be02e883aa8ca168b308f3c11c7c96e0b0f33749 (diff) | |
| download | dots-22ee0c381f0c7a802e9247ef8ed8bf9635374a1f.tar.gz | |
Fix typo in init.lua
releated -> related
| -rw-r--r-- | nvim/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/init.lua b/nvim/init.lua index c6e7a98..160d940 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -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` |