From 2637a315c7438d9308a00501e971f4cba34ff7d0 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 8 Jan 2025 16:15:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-08 16:15:05 --- .config/btop/btop.conf | 2 +- .config/nvim/lua/plugins/render-markdown.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 79182f0f..0dfe7a5c 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -50,7 +50,7 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. -shown_boxes = "cpu proc" +shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 2000 diff --git a/.config/nvim/lua/plugins/render-markdown.lua b/.config/nvim/lua/plugins/render-markdown.lua index c40f0b9c..dbaf4a9d 100644 --- a/.config/nvim/lua/plugins/render-markdown.lua +++ b/.config/nvim/lua/plugins/render-markdown.lua @@ -7,6 +7,7 @@ local icons = { return { "MeanderingProgrammer/render-markdown.nvim", dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.icons" }, + enabled = false, opts = { indent = { enabled = false,