1
0
Fork 0

lsp: add dotls

This commit is contained in:
Felipe 2023-09-11 01:26:19 -03:00
parent f382e4ef1d
commit c9b470f6ae
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -244,6 +244,7 @@ end
-- map buffer local keybindings when the language server attaches -- map buffer local keybindings when the language server attaches
local servers = { local servers = {
clangd = {}, clangd = {},
dotls = {},
eslint = {}, eslint = {},
gopls = {}, gopls = {},
jsonls = {}, jsonls = {},