mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
remark plugin yang tidak dipakai
This commit is contained in:
parent
a2e62bb9f4
commit
89f505c78e
2 changed files with 29 additions and 34 deletions
|
@ -519,7 +519,7 @@ return {
|
|||
end,
|
||||
},
|
||||
-- makes some plugins dot-repeatable like leap
|
||||
{ "tpope/vim-repeat", event = "VeryLazy" },
|
||||
-- { "tpope/vim-repeat", event = "VeryLazy" },
|
||||
-- better diagnostics list and others
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
|
@ -533,36 +533,36 @@ return {
|
|||
},
|
||||
-- for markdown preview
|
||||
-- make sure already install npm and yarn
|
||||
{
|
||||
"iamcco/markdown-preview.nvim",
|
||||
event = "VeryLazy",
|
||||
build = "cd app && npm install",
|
||||
init = function()
|
||||
vim.g.mkdp_filetypes = { "markdown" }
|
||||
end,
|
||||
ft = { "markdown" },
|
||||
cmd = { "MarkdownPreview", "MarkdownPreviewStop", "MarkdownPreviewToggle" },
|
||||
},
|
||||
-- {
|
||||
-- "iamcco/markdown-preview.nvim",
|
||||
-- event = "VeryLazy",
|
||||
-- build = "cd app && npm install",
|
||||
-- init = function()
|
||||
-- vim.g.mkdp_filetypes = { "markdown" }
|
||||
-- end,
|
||||
-- ft = { "markdown" },
|
||||
-- cmd = { "MarkdownPreview", "MarkdownPreviewStop", "MarkdownPreviewToggle" },
|
||||
-- },
|
||||
-- for codeGPT
|
||||
{
|
||||
"jackMort/ChatGPT.nvim",
|
||||
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim" },
|
||||
lazy = true,
|
||||
event = "VeryLazy",
|
||||
-- opts = function()
|
||||
-- require("user.chat_gpt")
|
||||
-- end,
|
||||
},
|
||||
-- {
|
||||
-- "jackMort/ChatGPT.nvim",
|
||||
-- dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim", "nvim-telescope/telescope.nvim" },
|
||||
-- lazy = true,
|
||||
-- event = "VeryLazy",
|
||||
-- -- opts = function()
|
||||
-- -- require("user.chat_gpt")
|
||||
-- -- end,
|
||||
-- },
|
||||
-- indent detection
|
||||
{
|
||||
"Darazaki/indent-o-matic",
|
||||
event = "VeryLazy",
|
||||
opt = true,
|
||||
cmd = { "IndentOMatic" },
|
||||
config = function()
|
||||
require("user.indent-o-matic")
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "Darazaki/indent-o-matic",
|
||||
-- event = "VeryLazy",
|
||||
-- opt = true,
|
||||
-- cmd = { "IndentOMatic" },
|
||||
-- config = function()
|
||||
-- require("user.indent-o-matic")
|
||||
-- end,
|
||||
-- },
|
||||
-- Lsp Saga
|
||||
-- {
|
||||
-- "glepnir/lspsaga.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue