This commit is contained in:
sadanslargehole 2024-03-12 15:22:20 -04:00
parent c2daf1e3f3
commit e649c257a1
No known key found for this signature in database
GPG key ID: B2E2F4A5161A7800
7 changed files with 43 additions and 8 deletions

4
lua/setupsig.lua Normal file
View file

@ -0,0 +1,4 @@
local cfg = {
hint_enable = false,
} -- add your config here
require("lsp_signature").setup(cfg)