Files
neovim/runtime/lua/vim
shadmansaleh 0bd34cb4ec feat(lsp): Make focusability of lsp float configurable
This pr allows the user to specify whether `lsp.utils.open_floating_preview`
is focusable via the `opts` parameter. Defaults to true.

It can be configured by setting the focusable key inside opts parameter:

```lua
vim.lsp.util.open_floating_preview(contents, syntax, {focusable = false})
```
2021-06-01 17:23:35 +06:00
..
2018-12-20 11:57:30 +01:00
2020-11-12 22:21:34 -05:00
2021-05-01 08:19:48 -04:00