mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
nvim: update
This commit is contained in:
parent
6e7ca7ed79
commit
ef640d0f27
6 changed files with 28 additions and 42 deletions
|
|
@ -51,7 +51,7 @@ return {
|
|||
watching = icons.test.watch,
|
||||
},
|
||||
},
|
||||
config = function (_, opts)
|
||||
config = function(_, opts)
|
||||
local adapters = {}
|
||||
for name, adapter_opts in pairs(opts.adapters or {}) do
|
||||
table.insert(adapters, require(name)(adapter_opts))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue