style: change double quotes to single

This commit is contained in:
Joshua Molloy 2025-02-24 10:37:29 +00:00
parent 7dbf622d19
commit c18f9a132f
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ return {
vim.cmd.colorscheme 'moonfly'
end,
},
{ "nvim-neotest/nvim-nio" }
{ 'nvim-neotest/nvim-nio' },
}