Fix typo in init.lua

releated -> related
This commit is contained in:
Ikko Eltociear Ashimine 2023-07-31 02:46:27 +09:00 committed by GitHub
parent 3dc1c1c4c2
commit c2fb482ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`