style(nvim): format with stylua

This commit is contained in:
Price Hiller 2023-07-05 07:36:45 -05:00
parent e3478b69e2
commit 34c7ea44e6
No known key found for this signature in database
2 changed files with 8 additions and 8 deletions

View File

@ -114,11 +114,11 @@ nvim_treesitter.setup({
},
},
playground = {
enable = true
enable = true,
},
query_linter = {
enable = true
}
enable = true,
},
})
require("treesitter-context").setup({})

View File

@ -437,7 +437,7 @@ lazy.setup({
{
"tpope/vim-fugitive",
event = "VeryLazy"
event = "VeryLazy",
},
-- Better search display
@ -785,11 +785,11 @@ lazy.setup({
"ldelossa/gh.nvim",
dependencies = { "ldelossa/litee.nvim" },
config = function()
require('litee.lib').setup()
require('litee.gh').setup({
refresh_interval = 60000
require("litee.lib").setup()
require("litee.gh").setup({
refresh_interval = 60000,
})
end
end,
},
}, {
checker = {