feat: changes from gnomicka
This commit is contained in:
parent
4120893b8a
commit
2c01301480
2 changed files with 28 additions and 3 deletions
5
load-oapi.lua
Normal file
5
load-oapi.lua
Normal 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(),
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue