From 169424b1aca857ca231a4e37db63827b0076a91a Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 21 Apr 2022 21:03:24 +0200 Subject: [PATCH] update lsp-installer config --- nvim/.config/nvim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/.config/nvim/lua/plugins.lua b/nvim/.config/nvim/lua/plugins.lua index e53bd5c..140c39a 100644 --- a/nvim/.config/nvim/lua/plugins.lua +++ b/nvim/.config/nvim/lua/plugins.lua @@ -144,7 +144,7 @@ return require('packer').startup { buf_set_keymap('n', '=', 'lua vim.lsp.buf.formatting()', opts) end local opts = { - on_attach=on_attach() + on_attach = on_attach } if enhance_server_opts[server.name] then -- Enhance the default opts with the server-specific ones