nvim: moved two characters in a comment
This commit is contained in:
parent
51eca82961
commit
de11d2e97f
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ M.lspconfig = function()
|
||||||
-- Use a loop to conveniently call 'setup' on multiple servers and
|
-- Use a loop to conveniently call 'setup' on multiple servers and
|
||||||
-- map buffer local keybindings when the language server attaches
|
-- map buffer local keybindings when the language server attaches
|
||||||
local lsp_servers = {
|
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',
|
clangd = 'clangd',
|
||||||
html = 'vscode-html-language-server',
|
html = 'vscode-html-language-server',
|
||||||
bashls = 'bash-language-server',
|
bashls = 'bash-language-server',
|
||||||
|
|
Loading…
Add table
Reference in a new issue