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.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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue