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 = { playground = {
enable = true enable = true,
}, },
query_linter = { query_linter = {
enable = true enable = true,
} },
}) })
require("treesitter-context").setup({}) require("treesitter-context").setup({})

View File

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