diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-24 12:11:32 +0200 |
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-24 12:11:32 +0200 |
| commit | b89f5cf7314a508aab6957306f0c333b835ef963 (patch) | |
| tree | 402bea18b0b099a18e4e7ef582a10b3903322d5f | |
| parent | 3782113384401e6c06aa775e54fe1d8f48ca78f0 (diff) | |
fix: remove lsp_signature completely
| -rw-r--r-- | nvim/lua/lsp.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nvim/lua/lsp.lua b/nvim/lua/lsp.lua index c85b049..3e51c56 100644 --- a/nvim/lua/lsp.lua +++ b/nvim/lua/lsp.lua @@ -42,5 +42,3 @@ cmp.setup.cmdline({ '/', '?' }, { { name = 'buffer' } } }) - -require('lsp_signature').setup() |
