diff options
Diffstat (limited to 'lua/nvim-lsp-installer.lua')
| -rw-r--r-- | lua/nvim-lsp-installer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer.lua b/lua/nvim-lsp-installer.lua index fd14f834..3aad98a2 100644 --- a/lua/nvim-lsp-installer.lua +++ b/lua/nvim-lsp-installer.lua @@ -41,6 +41,7 @@ local _SERVERS = { ["tailwindcss"] = require "nvim-lsp-installer.servers.tailwindcss", ["terraformls"] = require "nvim-lsp-installer.servers.terraformls", ["texlab"] = require "nvim-lsp-installer.servers.texlab", + ["tflint"] = require "nvim-lsp-installer.servers.tflint", ["tsserver"] = require "nvim-lsp-installer.servers.tsserver", ["vimls"] = require "nvim-lsp-installer.servers.vimls", ["vuels"] = require "nvim-lsp-installer.servers.vuels", |
