diff options
author | Squibid <me@zacharyscheiman.com> | 2024-03-31 12:31:20 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-03-31 12:31:20 -0400 |
commit | dec8d0cb14859fd24c8724ed497ef4048fa23409 (patch) | |
tree | 80270bd1cba3ca00c0c894dff6235ed187b923ad /after/plugin/cmp.lua | |
parent | 46d34d9151549350d4db4c44698e76bcdb0d56bb (diff) | |
download | nvim-dec8d0cb14859fd24c8724ed497ef4048fa23409.tar.gz nvim-dec8d0cb14859fd24c8724ed497ef4048fa23409.tar.bz2 nvim-dec8d0cb14859fd24c8724ed497ef4048fa23409.zip |
replace lsp_signature with better alternative
Diffstat (limited to 'after/plugin/cmp.lua')
-rw-r--r-- | after/plugin/cmp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/plugin/cmp.lua b/after/plugin/cmp.lua index f5e1d95..92dbd90 100644 --- a/after/plugin/cmp.lua +++ b/after/plugin/cmp.lua @@ -24,6 +24,7 @@ cmp.setup { { name = 'neorg' }, { name = 'calc' }, { name = 'cmdline' }, + { name = 'nvim_lsp_signature_help' } }), window = { |