mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +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",
|
"neovim/nvim-lspconfig",
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
dependencies = {
|
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()
|
config = function()
|
||||||
require("absolute.after.lsp-config")
|
require("absolute.after.lsp-config")
|
||||||
|
|||||||
Reference in New Issue
Block a user