mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-12 20:23:50 +00:00
Fix typo in init.lua
releated -> related
This commit is contained in:
parent
3dc1c1c4c2
commit
c2fb482ec1
2
init.lua
2
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`
|
||||
|
Loading…
Reference in New Issue
Block a user