style(lsp-config.lua): improve formatting for dependencies list for better readability and maintainability

This commit is contained in:
David Ibia
2024-07-29 01:02:25 +01:00
parent db3b05721a
commit c05651f3b2

View File

@@ -2,8 +2,14 @@ return {
"neovim/nvim-lspconfig",
event = { "BufReadPre", "BufNewFile" },
dependencies = {
{ "hrsh7th/cmp-nvim-lsp", name = "nvim_lsp" },
{ "antosha417/nvim-lsp-file-operations", config = true },
{
"hrsh7th/cmp-nvim-lsp",
name = "nvim_lsp",
},
{
"antosha417/nvim-lsp-file-operations",
config = true,
},
},
config = function()
require("absolute.after.lsp-config")