refactor: clean up user example files to be easier to follow

This commit is contained in:
Micah Halter
2023-07-27 12:42:05 -04:00
parent b586a17c6b
commit e9875c83b6
15 changed files with 178 additions and 109 deletions

23
lua/plugins/community.lua Normal file
View File

@@ -0,0 +1,23 @@
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
-- {
-- "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,
-- },
-- },
-- },
}