From a6e33d1bfbe1a122b9c10b14dc438323c09acd05 Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Mon, 27 Oct 2025 18:05:18 +0100 Subject: Disable relative numbers, enable some lang plugins --- lazyvim.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lazyvim.json') diff --git a/lazyvim.json b/lazyvim.json index cb5ecaf..06c57a5 100644 --- a/lazyvim.json +++ b/lazyvim.json @@ -1,11 +1,15 @@ { "extras": [ "lazyvim.plugins.extras.dap.core", - "lazyvim.plugins.extras.lang.java" + "lazyvim.plugins.extras.lang.java", + "lazyvim.plugins.extras.lang.markdown", + "lazyvim.plugins.extras.lang.helm", + "lazyvim.plugins.extras.lang.docker", + "lazyvim.plugins.extras.lang.json" ], "install_version": 8, "news": { "NEWS.md": "11866" }, "version": 8 -} \ No newline at end of file +} -- cgit v1.2.3