From 1b71f535d60168b4d52203c5e6c75a6455f66e56 Mon Sep 17 00:00:00 2001 From: Matthias Puchstein Date: Sat, 3 May 2025 16:39:15 +0200 Subject: [PATCH] updated some community plugs --- .config/nvim/lua/community.lua | 2 ++ .config/nvim/lua/plugins/astroui.lua | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/nvim/lua/community.lua b/.config/nvim/lua/community.lua index fcf3fbb..6d02522 100644 --- a/.config/nvim/lua/community.lua +++ b/.config/nvim/lua/community.lua @@ -24,5 +24,7 @@ return { { import = "astrocommunity.pack.python" }, { import = "astrocommunity.pack.kotlin" }, { import = "astrocommunity.pack.php" }, + + { import = "astrocommunity.lsp.nvim-java" }, -- import/override with your plugins folder } diff --git a/.config/nvim/lua/plugins/astroui.lua b/.config/nvim/lua/plugins/astroui.lua index dd14c04..213a9ef 100644 --- a/.config/nvim/lua/plugins/astroui.lua +++ b/.config/nvim/lua/plugins/astroui.lua @@ -1,5 +1,3 @@ -if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE - -- AstroUI provides the basis for configuring the AstroNvim User Interface -- Configuration documentation can be found with `:h astroui` -- NOTE: We highly recommend setting up the Lua Language Server (`:LspInstall lua_ls`) @@ -11,7 +9,7 @@ return { ---@type AstroUIOpts opts = { -- change colorscheme - colorscheme = "catpuccin", + colorscheme = "catppuccin", -- AstroUI allows you to easily modify highlight groups easily for any and all colorschemes highlights = { init = { -- this table overrides highlights in all themes