aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/json.lua
blob: 73b59352f2321d26760f115061f6d0f72371736c (plain)
1
2
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")