Перевёл dotfiles на stow
This commit is contained in:
parent
27416cef99
commit
ced56f9e70
172 changed files with 1292 additions and 100 deletions
15
config/nvim/lua/plugins/lsp_signature.lua
Normal file
15
config/nvim/lua/plugins/lsp_signature.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
return {
|
||||
"ray-x/lsp_signature.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
doc_lines = 1,
|
||||
max_height = 3,
|
||||
hint_prefix = "",
|
||||
hint_prefix = {
|
||||
above = "↙ ",
|
||||
current = "← ",
|
||||
below = "↖ ",
|
||||
},
|
||||
floating_window = true,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue