ful1e5 / onedark.nvim

Atom's iconic One Dark theme for Neovim, written in Lua
MIT License
202 stars 13 forks source link

Use `c.bg_float` in the telescope window #105

Closed mawkler closed 2 years ago

mawkler commented 2 years ago

Also use c.bg_float in FloatBorder (just like in SpecialKey).

Add highlight for the current parameter when calling vim.lsp.buf.signature_help()

Also, I noticed that it says in the README that dark_float is set to true by default, but it looks like its default is false so I went ahead and corrected that.