mirror of
https://github.com/sadan4/nvim.git
synced 2025-06-08 21:03:02 -04:00
a
This commit is contained in:
parent
c2daf1e3f3
commit
e649c257a1
7 changed files with 43 additions and 8 deletions
4
lua/setupsig.lua
Normal file
4
lua/setupsig.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
local cfg = {
|
||||
hint_enable = false,
|
||||
} -- add your config here
|
||||
require("lsp_signature").setup(cfg)
|
Loading…
Add table
Add a link
Reference in a new issue