summaryrefslogtreecommitdiff
path: root/lua/lsp
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-09feat: support wildcard filetypes for null-ls providers (#1447)Luc Sinet
Co-authored-by: kylo252 <[email protected]>
2021-10-09feat: configure multiple filetypes per provider (#1725)kylo252
2021-10-09fix(lsp): use correct check for formatter override (#1726)kylo252
2021-10-09fix: move jsonls commands under setup (#1685)Abouzar Parvan
2021-10-08fix: register null-ls providers per filetype (#1709)kylo252
2021-10-07feat(lsp): handle user configuration in setup() (#1707)kylo252
2021-10-06[Feature] better code action prompt and auto show codelens actions (#1698)Abouzar Parvan
2021-10-05feat(lsp): make lsp buffer-mappings configurable (#1687)Subho Banerjee
2021-10-04fix: return null ls setup user config (#1683)dklymenk
2021-10-04fix: bring back NlspConfig completion (#1682)Abouzar Parvan
2021-10-04fix: the virtual_text charachter causes issues (#1681)Abouzar Parvan
2021-10-04feat: better kubernetes support (#1679)Abouzar Parvan
2021-10-04feat: better default json schemas (#1678)Abouzar Parvan
2021-10-04fix: restore the ability to override formatting (#1677)kylo252
2021-10-03fix: add missing table entry (#1670)kylo252
2021-10-03fix: return correctly for overridden lang servers (#1669)Abouzar Parvan
2021-10-03refactor: auto-generate language configuration (#1584)kylo252
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
2021-10-02feat: make lsp highlight color configurable (#1659)Abouzar Parvan
2021-09-22[Bugfix] instead of wrapping the `gl` diagnostics, split them (#1595)Abouzar Parvan
2021-09-21[Bugfix] Wrap the `gl` floating window diagnostics (#1588)Abouzar Parvan
2021-09-20add support for local stylelint (#1586)Abouzar Parvan
2021-09-18feature: vim.api.diagnostics has been moved to vim.diagnostics in neovim ↵Abouzar Parvan
head (#1573)
2021-09-15feature: make peek function work in neovim head and 0.5 (#1559)Abouzar Parvan
2021-09-13fix: common capabilities returning nothing if no cmp_nvim_lsp (#1537)Luong Vo
Signed-off-by: Luong Vo <[email protected]>
2021-09-13refactor: use more flexible paths (#1381)kylo252
2021-09-08show correct inline diagnostics in neovim 0.6 (#1502)Abouzar Parvan
2021-09-07fix: vim.uri bug in 0.6christianchiarulli
2021-09-07feat: compe -> cmp (#1496)Christian Chiarulli
2021-09-06fix `string cannot contain newlines` error while showing diagnostics (#1487)Abouzar Parvan
2021-09-04use a separate func instead of replacing the diagnostics messages (#1462)Abouzar Parvan
* use a separate func instead of replacing the diagnostics messages * fix the styling, also return if no diagnostic is available
2021-09-01fix the string concat in logging (#1441)Abouzar Parvan
2021-08-30Set correct cursor in the peek preview window (#1424)Abouzar Parvan
2021-08-30Setup tailwindcss language server (#1376)hui.liu
2021-08-29feat: darker doc highlightschristianchiarulli
2021-08-26Remap 'Goto implementation' binding from gi to gIChae SM
2021-08-26[Refactor]: only allow a single logger (#1405)kylo252
2021-08-26fix logging when plenary is not available (#1390)kylo252
2021-08-20[feature] Move common parts of language server setup to lsp/init (#1355)Abouzar Parvan
* moving common parts of language server setup to lsp/init * fix formatting
2021-08-19[Bugfix] fix formatter/linter nil issue (#1353)Abouzar Parvan
* fix formatter/linter issue for undefined lang/filetypes * revrese the order
2021-08-18[Refactor]: Remove vim-rooter and smart-cwd; then use project.nvim (#1315)Ahmed Khalf
* Replace vim-rooter with project.nvim * Implement stylua format * Remove smart_cwd * Implicitly update nvim-tree dir when project active * Link datapath to cache * Fix stylua * Fix lint * Fix telescope bug * Fix telescope dependency * Fix telescope once and for all * Fix telescope once again
2021-08-17fix: remove wrongful log entry from null-ls setup (#1341)kylo252
2021-08-17[Refactor]: Remove vim-rooter dependency (#1319)kylo252
2021-08-17[Feature] Make the rest of the builtins configurable (#1318)kylo252
2021-08-15[Bugfix] Support extending null builtin args (#1317)Luc Sinet
2021-08-14[Refactor/Bugfix] Improve null ls handler (#1277)Luc Sinet
2021-08-12Fix formatting according to style-guide (#1057)kylo252
2021-08-11fix nil exception for langs without providers (#1290)Abouzar Parvan
2021-08-10remove the violent message for provider not found (#1283)Abouzar Parvan
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>