Compare commits
3 commits
a30e0dc610
...
4dc77e6e92
Author | SHA1 | Date | |
---|---|---|---|
4dc77e6e92 | |||
73dfd53509 | |||
4dabcbb0e6 |
2 changed files with 21 additions and 2 deletions
|
@ -52,11 +52,28 @@ 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-all-in-one" },
|
{ import = "astrocommunity.pack.typescript" },
|
||||||
{ import = "astrocommunity.pack.yaml" },
|
{ import = "astrocommunity.pack.yaml" },
|
||||||
|
|
||||||
-- scrolling
|
-- scrolling
|
||||||
|
|
|
@ -9,9 +9,11 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue