diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-04 14:50:34 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-04 14:50:34 +0800 |
| commit | 2a01d3b59fa6fd102454bf17cc1e1281092d137c (patch) | |
| tree | ff277236a87a06303c606bf3ae3db56714fa9e98 /lua | |
| parent | ff9f9dcc162276bc59fdec29f78d244a6aca2cb1 (diff) | |
Revert "Add nvim-lspsignature"
This reverts commit ff9f9dcc162276bc59fdec29f78d244a6aca2cb1.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lsp/init.lua | 2 | ||||
| -rw-r--r-- | lua/plugins.lua | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lua/lsp/init.lua b/lua/lsp/init.lua index ed93a93..eb6653c 100644 --- a/lua/lsp/init.lua +++ b/lua/lsp/init.lua @@ -48,8 +48,6 @@ local on_attach = function(client, bufnr) ]], false) end - require "lsp_signature".on_attach() - local msg = string.format('Language server %s started!' , client.name) vim.api.nvim_echo({{msg, 'MoreMsg'}, }, false, {}) end diff --git a/lua/plugins.lua b/lua/plugins.lua index 0b1febd..6163784 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -17,8 +17,6 @@ require('packer').startup( -- nvim-lsp configuration use 'neovim/nvim-lspconfig' - use 'ray-x/lsp_signature.nvim' - -- auto-completion engine use 'hrsh7th/nvim-compe' |
