refactor: clean up user example files to be easier to follow
This commit is contained in:
23
lua/plugins/community.lua
Normal file
23
lua/plugins/community.lua
Normal 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,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
Reference in New Issue
Block a user