update
This commit is contained in:
parent
9940769a51
commit
cce2a5ec22
@ -31,6 +31,9 @@
|
|||||||
spotify-player = {
|
spotify-player = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
java = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
@ -61,6 +64,7 @@
|
|||||||
gcc
|
gcc
|
||||||
keepassxc
|
keepassxc
|
||||||
luajit
|
luajit
|
||||||
|
qemu
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
@ -108,6 +108,9 @@ return {
|
|||||||
lsp.cssls.setup({
|
lsp.cssls.setup({
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
})
|
})
|
||||||
|
lsp.jdtls.setup({
|
||||||
|
capabilities = capabilities,
|
||||||
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -99,13 +99,13 @@ return { -- Collection of various small independent plugins/modules
|
|||||||
-- }
|
-- }
|
||||||
-- })
|
-- })
|
||||||
--
|
--
|
||||||
-- require('mini.hues').setup({
|
require('mini.hues').setup({
|
||||||
-- foreground = '#fbf7f0',
|
foreground = '#ffffff',
|
||||||
-- background = '#000000',
|
background = '#000000',
|
||||||
-- n_hues = 4,
|
n_hues = 0,
|
||||||
-- accent = 'bg',
|
accent = 'orange',
|
||||||
-- saturation = 'high'
|
saturation = 'high'
|
||||||
-- })
|
})
|
||||||
|
|
||||||
require('mini.splitjoin').setup()
|
require('mini.splitjoin').setup()
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
return {
|
|
||||||
"shatur/neovim-ayu",
|
|
||||||
config = function()
|
|
||||||
require('ayu').setup({})
|
|
||||||
vim.cmd.colorscheme "ayu"
|
|
||||||
end
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user