feat: changes from gnomicka

This commit is contained in:
Petr Sykora 2025-02-10 10:48:57 +01:00
parent 4120893b8a
commit 2c01301480
2 changed files with 28 additions and 3 deletions

5
load-oapi.lua Normal file
View file

@ -0,0 +1,5 @@
vim.lsp.start {
cmd = { 'openapi-language-server', '-testdata', '/tmp/xyz.txt' },
filetypes = { 'yaml.openapi', 'yaml.oa', 'yaml' },
root_dir = vim.fn.getcwd(),
}