mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
style(lsp-config.lua): improve formatting for dependencies list for better readability and maintainability
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user