tweak code action window
i've found previews dont work for ts lsp, so they're kind of silly to have. instead it will open a smaller window.
This commit is contained in:
parent
cf72e73615
commit
3775459d8e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ in
|
|||
# lsp
|
||||
code-action =
|
||||
keyCmd "n" "<leader>ca"
|
||||
"FzfLua lsp_code_actions winopts.height=15 winopts.backdrop=100 winopts.title=false winopts.preview.title=false winopts.row=1";
|
||||
"FzfLua lsp_code_actions winopts.height=8 winopts.width=50 winopts.backdrop=100 winopts.title=false winopts.preview.title=false winopts.row=1 winopts.preview.hidden=true";
|
||||
|
||||
# subtle nice features
|
||||
visual-dedent = keyRemap "v" "<" "<gv"; # keep selection
|
||||
|
|
Loading…
Reference in a new issue