mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: yaml language server
This commit is contained in:
parent
162776a2d9
commit
3fa0f016a6
2 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ local servers = {
|
|||
tsserver = {}, -- TypeScript
|
||||
vimls = {}, -- Vim Script
|
||||
ocamllsp = {}, -- OCaml
|
||||
gleam = {},
|
||||
gleam = {}, -- Gleam
|
||||
yamlls = {}, -- yaml
|
||||
|
||||
bashls = { -- Bash
|
||||
on_attach = function(_, bufno)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue