Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

381
Views
Set yaml.schema "kubernetes" for autocompletion with nvim-lspconfig

i try to get kubernetes auto completion going in nvim. I am using neovim nightly (0.5.) with 'neovim-lspconfig' and 'nvim-lua/completion-nvim'. I installed the yaml-language-sever and it is working fine (i know it is working because it is showing errors inside yaml files in nvim).

I am fairly new to lua and nvim-lsp, it might just be a syntax error. I try to configure the server with this lua code:

local lspconfig = require'lspconfig'
lspconfig.yamlls.setup{
    on_attach = require'completion'.on_attach,
    settings = {
        yaml.schemas = { kubernetes = "globPattern" },
    }
}

I tried thousand different ways to write it but i always get Errors like:

Error loading lua [string ":lua"]:5: '}' expected (to close '{' at line 4) near '='

The documentation just says to add server configs via the settings key. But i am not quite sure how.

Anybody got this going? Thanks a lot.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You should change it to

lspconfig.yamlls.setup{
    settings = {
        yaml = {
           schemas = { kubernetes = "globPattern" },
      }
}
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!