update lsp-installer config
This commit is contained in:
parent
e9ef308f5d
commit
169424b1ac
@ -144,7 +144,7 @@ return require('packer').startup {
|
|||||||
buf_set_keymap('n', '<space>=', '<cmd>lua vim.lsp.buf.formatting()<CR>', opts)
|
buf_set_keymap('n', '<space>=', '<cmd>lua vim.lsp.buf.formatting()<CR>', opts)
|
||||||
end
|
end
|
||||||
local opts = {
|
local opts = {
|
||||||
on_attach=on_attach()
|
on_attach = on_attach
|
||||||
}
|
}
|
||||||
if enhance_server_opts[server.name] then
|
if enhance_server_opts[server.name] then
|
||||||
-- Enhance the default opts with the server-specific ones
|
-- Enhance the default opts with the server-specific ones
|
||||||
|
Loading…
Reference in New Issue
Block a user