aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorIkko Eltociear Ashimine <eltociear@gmail.com>2023-07-31 02:46:27 +0900
committerGitHub <noreply@github.com>2023-07-31 02:46:27 +0900
commitc2fb482ec14041f4537d2269b554818894de7f8e (patch)
treeb85f94c7368df3240cd54b987de658a02180a33d /init.lua
parent3dc1c1c4c2ee3d6c5841ea1b3c13a7c123592086 (diff)
Fix typo in init.lua
releated -> related
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index c6e7a98..160d940 100644
--- a/init.lua
+++ b/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`