You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
453 B
15 lines
453 B
-- plugins - Doom nvim custom plugins
|
|
--
|
|
-- This file contains all the custom plugins that are not in Doom nvim but that
|
|
-- the user requires. All the available fields can be found here
|
|
-- https://github.com/wbthomason/packer.nvim#specifying-plugins
|
|
--
|
|
-- By example, for including a plugin with a dependency on telescope:
|
|
-- return {
|
|
-- {
|
|
-- 'user/repository',
|
|
-- requires = { 'nvim-lua/telescope.nvim' },
|
|
-- },
|
|
-- }
|
|
|
|
return {}
|
|
|