chore: remove executable permissions on graphql spec file (#3206)

This commit is contained in:
Kiyan 2022-07-22 10:14:48 +02:00 committed by GitHub
parent 07b722157f
commit 783c74cefc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
vim.cmd [[set runtimepath+=.]]
vim.opt.runtimepath:append "."
vim.cmd [[runtime! plugin/plenary.vim]]
vim.cmd [[runtime! plugin/nvim-treesitter.lua]]