Skip to content

Commit

Permalink
fix yamllint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rakiyoshi committed Mar 17, 2023
1 parent f675c82 commit a3569c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions home/.config/nvim/lua/lsp_rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ local server_opts = {
}
}
}
},
yamlls = {
settings = {
yaml = {
-- BUG: https://github.com/redhat-developer/yaml-language-server/pull/859
keyOrdering = false
}
}
}
}

Expand Down

0 comments on commit a3569c2

Please sign in to comment.