Compare commits

..

No commits in common. "4dc77e6e925714e7d4983061a36cd68509fad607" and "a30e0dc61002fe11b88d0b03571b4444ab281329" have entirely different histories.

2 changed files with 2 additions and 21 deletions

View file

@ -52,28 +52,11 @@ return {
{ import = "astrocommunity.pack.json" }, { import = "astrocommunity.pack.json" },
{ import = "astrocommunity.pack.just" }, { import = "astrocommunity.pack.just" },
{ import = "astrocommunity.pack.java" }, { import = "astrocommunity.pack.java" },
{
"mfussenegger/nvim-jdtls",
opts = {
settings = {
java = {
configuration = {
runtimes = {
{
name = "Java-8",
path = "/home/pcampbell/.local/share/mise/installs/java/adoptopenjdk-8.0.392+8/",
},
},
},
},
},
},
},
{ import = "astrocommunity.pack.markdown" }, { import = "astrocommunity.pack.markdown" },
-- { import = "astrocommunity.pack.python" }, -- { import = "astrocommunity.pack.python" },
{ import = "astrocommunity.pack.rust" }, { import = "astrocommunity.pack.rust" },
-- { import = "astrocommunity.pack.terraform" }, -- { import = "astrocommunity.pack.terraform" },
{ import = "astrocommunity.pack.typescript" }, { import = "astrocommunity.pack.typescript-all-in-one" },
{ import = "astrocommunity.pack.yaml" }, { import = "astrocommunity.pack.yaml" },
-- scrolling -- scrolling

View file

@ -9,11 +9,9 @@ return {
---@type AstroUIOpts ---@type AstroUIOpts
opts = { opts = {
-- change colorscheme -- change colorscheme
-- colorscheme = "astrotheme",
colorscheme = "delek",
-- colorscheme = "astrodark", -- colorscheme = "astrodark",
-- colorscheme = "astrolight", -- colorscheme = "astrolight",
-- colorscheme = "everforest", colorscheme = "everforest",
-- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes -- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes
highlights = { highlights = {
init = { -- this table overrides highlights in all themes init = { -- this table overrides highlights in all themes