馃 my neovim config:)
1
fork

Configure Feed

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

at main 10 lines 203 B view raw
1return { 2 before_init = function(_, config) 3 config.settings.json.schemas = require("schemastore").json.schemas() 4 end, 5 settings = { 6 json = { 7 validate = { enable = true }, 8 }, 9 }, 10}