fork from astro nvim configuration template
This commit is contained in:
15
lua/plugins/astroui.lua
Normal file
15
lua/plugins/astroui.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
-- 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`)
|
||||
-- as this provides autocomplete and documentation while editing
|
||||
|
||||
---@type LazySpec
|
||||
return {
|
||||
"AstroNvim/astroui",
|
||||
---@type AstroUIOpts
|
||||
opts = {
|
||||
-- change colorscheme
|
||||
-- colorscheme = "astrodark",
|
||||
colorscheme = "catppuccin-mocha",
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user