14 lines
474 B
Lua
14 lines
474 B
Lua
---@diagnostic disable: lowercase-global
|
|
-- You can add your own plugins here or in other files in this directory!
|
|
-- I promise not to create any merge conflicts in this directory :)
|
|
--
|
|
-- See the kickstart.nvim README for more information
|
|
return {
|
|
require 'custom.plugins.toggleterm',
|
|
require 'custom.plugins.cokeline',
|
|
require 'custom.plugins.alpha',
|
|
require 'custom.plugins.typescript-tools',
|
|
require 'custom.plugins.tsc',
|
|
require 'custom.plugins.themes',
|
|
}
|