diff options
-rw-r--r-- | fnl/plugins/lsp/servers.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/plugins/lsp/servers.fnl b/fnl/plugins/lsp/servers.fnl index 5140905..6aff0bd 100644 --- a/fnl/plugins/lsp/servers.fnl +++ b/fnl/plugins/lsp/servers.fnl @@ -23,5 +23,4 @@ :path (vim.split package.path ";")}}}} :taplo {} :texlab {} - :yamlls {} - :zk {}} + :yamlls {}} |