2023-11-15 23:40:02 +08:00
|
|
|
return {
|
|
|
|
|
2024-01-20 00:48:15 +08:00
|
|
|
require('plugs.nvim-lspconfig'),
|
|
|
|
require('plugs.nvimtree'), -- nvimtree
|
|
|
|
require('plugs.theme'), -- theme
|
|
|
|
require("plugs.edit-plugs"),
|
|
|
|
require("plugs.dev"),
|
|
|
|
|
|
|
|
|
|
|
|
-- leetcode刷题
|
2024-01-27 12:31:15 +08:00
|
|
|
-- {
|
|
|
|
-- "kawre/leetcode.nvim",
|
|
|
|
-- build = ":TSUpdate html",
|
|
|
|
-- dependencies = {
|
|
|
|
-- "nvim-telescope/telescope.nvim",
|
|
|
|
-- "nvim-lua/plenary.nvim", -- telescope 所需
|
|
|
|
-- "MunifTanjim/nui.nvim",
|
2024-01-16 20:05:57 +08:00
|
|
|
|
2024-01-27 12:31:15 +08:00
|
|
|
-- -- 可选
|
|
|
|
-- "nvim-treesitter/nvim-treesitter",
|
|
|
|
-- "rcarriga/nvim-notify",
|
|
|
|
-- "nvim-tree/nvim-web-devicons",
|
|
|
|
-- },
|
|
|
|
-- opts = {
|
|
|
|
-- -- 配置放在这里
|
|
|
|
-- cn = {
|
|
|
|
-- enabled = true,
|
|
|
|
-- },
|
|
|
|
-- },
|
|
|
|
-- },
|
2023-11-15 23:40:02 +08:00
|
|
|
|
|
|
|
}
|