diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-05 22:30:19 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-05 22:30:19 +0100 |
commit | aef837c96fc780866e6c271834e2fb44f3561414 (patch) | |
tree | 443d27962d5aebc85deab9d9ae40b4a8374fece6 /fnl/plugins | |
parent | bf8383174b6d3e3cfe5ba42e2de878cfc23416a7 (diff) |
Remove zk from lsp servers
Diffstat (limited to 'fnl/plugins')
-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 {}} |