aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin/json.lua
blob: 341b728d56842d295ae14d1afce331bfc1fd4aa7 (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")