1
0
Fork 0

lsp: enable

This commit is contained in:
Felipe 2023-04-12 20:35:21 -04:00
parent f2ac910c00
commit c872ea60c6
Signed by: pitbuster
SSH key fingerprint: SHA256:OM3HeVSA96adfy2Gi8OhZkQBY67P88LoJUwkeVoTArQ

View file

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