Bring over commits accidentally only on local_machine branch to main
This commit is contained in:
parent
07471f5d48
commit
332c883a48
11 changed files with 59 additions and 11 deletions
|
|
@ -11,6 +11,15 @@ return {
|
|||
["vim.lsp.util.convert_input_to_markdown_lines"] = true,
|
||||
["vim.lsp.util.stylize_markdown"] = true,
|
||||
},
|
||||
signature = {
|
||||
auto_open = true,
|
||||
opts = {
|
||||
position = {
|
||||
row = 2,
|
||||
col = 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
presets = {
|
||||
bottom_search = true, -- use a classic bottom cmdline for search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue