nvim: moved two characters in a comment

This commit is contained in:
PowerUser64 2022-01-02 19:23:13 -08:00
parent 51eca82961
commit de11d2e97f

View file

@ -229,7 +229,7 @@ M.lspconfig = function()
-- Use a loop to conveniently call 'setup' on multiple servers and
-- map buffer local keybindings when the language server attaches
local lsp_servers = {
-- <lsp_name> = '<lsp_executable_name> (needs to be in path)',
-- <lsp_name> = '<lsp_executable_name>', (needs to be in path)
clangd = 'clangd',
html = 'vscode-html-language-server',
bashls = 'bash-language-server',