mirror of
https://github.com/sadan4/nvim.git
synced 2024-11-16 22:34:39 -05:00
5 lines
98 B
Lua
5 lines
98 B
Lua
|
local cfg = {
|
||
|
hint_enable = false,
|
||
|
} -- add your config here
|
||
|
require("lsp_signature").setup(cfg)
|