refactor: move community
to a separate file
This commit is contained in:
@ -1,25 +0,0 @@
|
||||
---@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,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
}
|
Reference in New Issue
Block a user