aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/_lspui.lua
Commit message (Collapse)AuthorAgeFilesLines
* chore: refactor ui components (#1172)Michael Lingelbach2021-08-241-116/+0
|
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-16/+16
|
* ci: lint and format with styluaMichael Lingelbach2021-07-031-20/+20
|
* lspinfo: update to use bordersMichael Lingelbach2021-04-061-0/+10
|
* Use vim.api.* instead of vim.fn.*Brandon Conway2021-03-101-1/+1
| | | Neovim now requires the api be accessed through vim.api.* [reference](https://github.com/neovim/neovim/commit/e355cc8cc5c131e6df429107f321dd4a80c05065)
* use vim.api.nvim_create_buf instead of vim.fn.nvim_create_bufsmolck2021-03-091-1/+1
|
* LspInfo: disable transparency for terminal emulator compatibilityMichael Lingelbach2021-01-111-1/+0
|
* Commands: add LspInfoMichael Lingelbach2021-01-111-0/+107