diff --git a/lua/custom/default.lua b/lua/custom/default.lua index f43afd3..1cc8c23 100644 --- a/lua/custom/default.lua +++ b/lua/custom/default.lua @@ -125,10 +125,10 @@ vim.g.pcode_whichkey = { -- name = "Example", -- k = { 'lua print("Testing")', "Example" }, -- }, - ["r"] = { - name = "Run", - j = { "Jaq float", "Run With Jaq" }, - }, + -- ["r"] = { + -- name = "Run", + -- j = { "Jaq float", "Run With Jaq" }, + -- }, ["o"] = { "SymbolsOutline", "Symbol Outline" }, ["m"] = { name = "Minimap", diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 40ac275..18eb1a1 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -1,72 +1,72 @@ return { --- masukan plugin tambahan disini - { - "folke/trouble.nvim", - event = "BufRead", - cmd = { "TroubleToggle", "Trouble" }, - opts = { use_diagnostic_signs = true }, - keys = { - { - "xx", - "TroubleToggle document_diagnostics", - desc = "Document Diagnostics (Trouble)", - }, - { - "xX", - "TroubleToggle workspace_diagnostics", - desc = "Workspace Diagnostics (Trouble)", - }, - }, - }, - { - "echasnovski/mini.indentscope", - version = false, -- wait till new 0.7.0 release to put it back on semver - event = "BufReadPre", - opts = { - -- symbol = "▏", - symbol = "│", - options = { try_as_border = true }, - }, - config = function(_, opts) - vim.api.nvim_create_autocmd("FileType", { - pattern = { "help", "alpha", "dashboard", "NvimTree", "Trouble", "lazy", "mason" }, - callback = function() - vim.b.miniindentscope_disable = true - end, - }) - require("mini.indentscope").setup(opts) - end, - }, - { - "gbprod/yanky.nvim", - event = "InsertEnter", - config = function() - require("user.yanky") - end, - }, - { - "is0n/jaq-nvim", - event = "BufRead", - config = function() - require("user.jaq") - end, - }, + -- { + -- "folke/trouble.nvim", + -- event = "BufRead", + -- cmd = { "TroubleToggle", "Trouble" }, + -- opts = { use_diagnostic_signs = true }, + -- keys = { + -- { + -- "xx", + -- "TroubleToggle document_diagnostics", + -- desc = "Document Diagnostics (Trouble)", + -- }, + -- { + -- "xX", + -- "TroubleToggle workspace_diagnostics", + -- desc = "Workspace Diagnostics (Trouble)", + -- }, + -- }, + -- }, + -- { + -- "echasnovski/mini.indentscope", + -- version = false, -- wait till new 0.7.0 release to put it back on semver + -- event = "BufReadPre", + -- opts = { + -- -- symbol = "▏", + -- symbol = "│", + -- options = { try_as_border = true }, + -- }, + -- config = function(_, opts) + -- vim.api.nvim_create_autocmd("FileType", { + -- pattern = { "help", "alpha", "dashboard", "NvimTree", "Trouble", "lazy", "mason" }, + -- callback = function() + -- vim.b.miniindentscope_disable = true + -- end, + -- }) + -- require("mini.indentscope").setup(opts) + -- end, + -- }, + -- { + -- "gbprod/yanky.nvim", + -- event = "InsertEnter", + -- config = function() + -- require("user.yanky") + -- end, + -- }, + -- { + -- "is0n/jaq-nvim", + -- event = "BufRead", + -- config = function() + -- require("user.jaq") + -- end, + -- }, -- better todo coloring and icon - { - "folke/todo-comments.nvim", - event = { "BufReadPost", "BufNewFile" }, - config = function() - require("todo-comments").setup() - end, - }, + -- { + -- "folke/todo-comments.nvim", + -- event = { "BufReadPost", "BufNewFile" }, + -- config = function() + -- require("todo-comments").setup() + -- end, + -- }, -- mini scrollview - { - "karb94/neoscroll.nvim", - event = "BufRead", - config = function() - require("user.neoscroll") - end, - }, + -- { + -- "karb94/neoscroll.nvim", + -- event = "BufRead", + -- config = function() + -- require("user.neoscroll") + -- end, + -- }, -- { "ahmedkhalf/project.nvim", commit = "628de7e433dd503e782831fe150bb750e56e55d6", event = "VeryLazy" }, -- -- additional plugins