update
This commit is contained in:
@@ -108,6 +108,9 @@ return {
|
||||
lsp.cssls.setup({
|
||||
capabilities = capabilities,
|
||||
})
|
||||
lsp.jdtls.setup({
|
||||
capabilities = capabilities,
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -99,13 +99,13 @@ return { -- Collection of various small independent plugins/modules
|
||||
-- }
|
||||
-- })
|
||||
--
|
||||
-- require('mini.hues').setup({
|
||||
-- foreground = '#fbf7f0',
|
||||
-- background = '#000000',
|
||||
-- n_hues = 4,
|
||||
-- accent = 'bg',
|
||||
-- saturation = 'high'
|
||||
-- })
|
||||
require('mini.hues').setup({
|
||||
foreground = '#ffffff',
|
||||
background = '#000000',
|
||||
n_hues = 0,
|
||||
accent = 'orange',
|
||||
saturation = 'high'
|
||||
})
|
||||
|
||||
require('mini.splitjoin').setup()
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
return {
|
||||
"shatur/neovim-ayu",
|
||||
config = function()
|
||||
require('ayu').setup({})
|
||||
vim.cmd.colorscheme "ayu"
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user