Compare commits

..

3 commits

2 changed files with 21 additions and 2 deletions

View file

@ -52,11 +52,28 @@ return {
{ import = "astrocommunity.pack.json" },
{ import = "astrocommunity.pack.just" },
{ 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.python" },
{ import = "astrocommunity.pack.rust" },
-- { import = "astrocommunity.pack.terraform" },
{ import = "astrocommunity.pack.typescript-all-in-one" },
{ import = "astrocommunity.pack.typescript" },
{ import = "astrocommunity.pack.yaml" },
-- scrolling

View file

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