diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:38:39 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:38:39 +0100 |
commit | 079614fa63500b654482660ca3868c39adca75b7 (patch) | |
tree | 45a2033ae0e46ec4fc79bf81a82820a7eefa8f32 /fnl | |
parent | 6b96a7f36292913fbd7b692ab7646ba071aeeeb5 (diff) |
Remove tf lsp
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/lsp/servers.fnl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fnl/plugins/lsp/servers.fnl b/fnl/plugins/lsp/servers.fnl index ca63051..5140905 100644 --- a/fnl/plugins/lsp/servers.fnl +++ b/fnl/plugins/lsp/servers.fnl @@ -22,8 +22,6 @@ :runtime {:version :LuaJIT :path (vim.split package.path ";")}}}} :taplo {} - :terraformls {} :texlab {} - :tflint {} :yamlls {} :zk {}} |