mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
enc: move default theme to Eva-Dark
This commit is contained in:
parent
5a64a2e380
commit
b3d4f8b8a1
3 changed files with 7 additions and 7 deletions
|
@ -46,7 +46,7 @@ return {
|
|||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = function(_, opts)
|
||||
vim.list_extend(opts.skip_config, { "jdtls" })
|
||||
vim.list_extend(opts.skip_config, {})
|
||||
opts.virtual_text = true
|
||||
end,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue