aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/json.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ftplugin/json.lua')
-rw-r--r--nvim/ftplugin/json.lua2
1 files changed, 1 insertions, 1 deletions
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 @@
1-- Standard-Dateityp für .json-Dateien ist "jsonc" (siehe lua/config/filetypes.lua). 1-- Standard-Dateityp für .json-Dateien ist "jsonc" (siehe lua/config/filetypes.lua).
2-- Buffer, deren Dateityp explizit "json" ist, erben dieselben Einstellungen. 2-- Buffer, deren Dateityp explizit "json" ist, erben dieselben Einstellungen.
3vim.cmd("runtime! ftplugin/jsonc.lua") 3vim.cmd.runtime("ftplugin/jsonc.lua")