AstroNvim_template/lua/plugins/community.lua

26 lines
847 B
Lua
Raw Normal View History

2024-01-20 08:40:08 +03:00
---@type LazySpec
return {
-- Add community imports to the `lua/config/lazy.lua` file in your Neovim configuration folder (typically ~/.config/nvim)
-- this guarantees that the community plugin specs are loaded before the user configuration
-- This is a good place to do further customize the options set by the community plugins/packs
-- NOTICE: uncommenting below assumes you have the catppuccin AstroCommunity plugin imported in `lua/config/lazy.lua`
-- {
-- "catppuccin/nvim",
-- opts = {
-- integrations = {
-- sandwich = false,
-- noice = true,
-- mini = true,
-- leap = true,
-- markdown = true,
-- neotest = true,
-- cmp = true,
-- overseer = true,
-- lsp_trouble = true,
-- rainbow_delimiters = true,
-- },
-- },
-- },
}