neovim: install schemastore plugin for json

This commit is contained in:
2023-10-31 22:29:22 +03:00
parent 2b6bea20fa
commit f0433d4067
2 changed files with 13 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ require("packer").startup(function(use)
end,
})
use({ "b0o/SchemaStore.nvim" })
if PACKER_BOOTSTRAP then
require("packer").sync()
end