fixed conflicts

This commit is contained in:
tawfeeq 2024-07-24 18:16:25 +02:00
commit 22bce609f1
6 changed files with 33 additions and 22 deletions

View file

@ -274,6 +274,8 @@ require('lazy').setup({
-- keys can be used to configure plugin behavior/loading/etc.
--
-- Use `opts = {}` to force a plugin to be loaded.
--
-- Here is a more advanced example where we pass configuration
-- options to `gitsigns.nvim`. This is equivalent to the following Lua:
-- require('gitsigns').setup({ ... })