LazyVim.LazyVim/lua/lazyvim/plugins/lsp
Iordanis Petkakis 7aa37064a2
fix(lspconfig): make opts a function (#3311)
`LazyVim.config` gets evaluated during the parsing phase with `opts`
as a table (thus not taking into account changes made in the user's
personal configuration for the icons), so make `opts` a function to
defer the evaluation until the plugin loads.
2024-05-26 16:06:15 +02:00
..
init.lua fix(lspconfig): make opts a function (#3311) 2024-05-26 16:06:15 +02:00
keymaps.lua fix(lsp): added a-n, a-p for document highlights and cycling. Closes #3320 2024-05-26 16:03:13 +02:00