From 18749ddf848acf9b3199be75f9f16588dda43bfb Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 8 Sep 2026 07:14:29 +0200 Subject: Konfiguration vereinfacht --- nvim/ftplugin/json.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/ftplugin/json.lua') diff --git a/nvim/ftplugin/json.lua b/nvim/ftplugin/json.lua index 73b5935..341b728 100644 --- a/nvim/ftplugin/json.lua +++ b/nvim/ftplugin/json.lua @@ -1,3 +1,3 @@ -- Standard-Dateityp für .json-Dateien ist "jsonc" (siehe lua/config/filetypes.lua). -- Buffer, deren Dateityp explizit "json" ist, erben dieselben Einstellungen. -vim.cmd("runtime! ftplugin/jsonc.lua") +vim.cmd.runtime("ftplugin/jsonc.lua") -- cgit v1.3