cosmetics: replace double-quotes with single-quotes

This commit is contained in:
2025-08-05 17:23:38 +03:00
parent 4baef6ee61
commit 552536e87b
7 changed files with 89 additions and 32 deletions

View File

@@ -1 +1,2 @@
return { "lukas-reineke/indent-blankline.nvim", main = "ibl", opts = {} }
return { 'lukas-reineke/indent-blankline.nvim', main = 'ibl', opts = {} }