this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvim: include json5 and jsonc in jsonls filetypes

+1
+1
nvim/lua/plugins/lsp.lua
··· 86 86 }, 87 87 } 88 88 LangServers.jsonls = { 89 + filetypes = { "json", "json5", "jsonc" }, 89 90 settings = { 90 91 json = { 91 92 schemas = require("schemastore").json.schemas(),