summaryrefslogtreecommitdiff
path: root/lua/lsp
AgeCommit message (Collapse)Author
2021-07-25removed unused loop variable indexAbouzar Parvan
2021-07-25removd unused loop variable indexAbouzar Parvan
2021-07-25some todosChris
2021-07-25better logic for null-lsChris
2021-07-25idk how python got thereChris
2021-07-25implement language overrides (#1081)Christian Chiarulli
Co-authored-by: Chris <[email protected]>
2021-07-24New contract (#1080)Christian Chiarulli
Changes to the global config object O is now lvim user_plugins is now plugins user_autocommands is now autocommands No more lang specific plugins Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-21[Feature] Make common_on_attach configurable (#1024)kylo252
2021-07-19fix document highlight bug for javascript,typescript... (#1017)PBird
2021-07-19Fix reports from luacheck (#1031)Luc Sinet
2021-07-19[Feature]: Add language server support for Julia (#423) (#918)JVaverka
2021-07-18Add setting to enable/disable the default lsp keybinds (#896)Ben Goldberg
2021-07-18[Bugfix] Fix tsserver lsp setup. Fix ts-fmt-lint setup (#1013)Pasi Bergman
2021-07-18nil check for extended argschristianchiarulli
2021-07-17fix: diagnostics level for eslint and $ missing (#1001)William Goulois
2021-07-17this throws errors sometimeschristianchiarulli
2021-07-16global virtualtext is respected for jschristianchiarulli
2021-07-15updatechristianchiarulli
2021-07-14more refactorchristianchiarulli
2021-07-14language templateChris
2021-07-14Fix tsserver formatter not working (#925)hui.liu
2021-07-14Allow override tsserver formatter args (#921)hui.liu
2021-07-14Add formatter for typescript and typescriptreact (#920)hui.liu
2021-07-14already namespaced, will also move these to a dir called languageChris
2021-07-14begine language refactorChris
2021-07-13java default formatterchristianchiarulli
2021-07-13Added default formatters (#908)Abouzar Parvan
* added default formatters for a couple of langs * fix: sugesstions from tastyep * allow users to change default formatters * suggestion: mellow pointed out the telescope issue * we don't need to use formatter.setup
2021-07-13poc with local prettier workingchristianchiarulli
2021-07-12Set root_dir for efm-langserver configurations (#899)Pasi Bergman
2021-07-12add function to preview definitions (#883)Rafael
* add function to preview definitions * add funciton to preview types and implementations * add borders Co-authored-by: Abouzar Parvan <[email protected]>
2021-07-11Enable emmet-ls on vue filetype (#875)Pasi Bergman
2021-07-11add eslint and eslint_d to efm (#877)William Goulois
2021-07-10avoiding OCD attack with the help of folke/todo-comments (#839)Abouzar Parvan
2021-07-10change formatter to exechristianchiarulli
2021-07-10namespace document highlight under lspchristianchiarulli
2021-07-09Refactor tsserver-ls as a shared module (#806)hui.liu
2021-07-09fix styling issues (#811)Abouzar Parvan
2021-07-06Setup tailwindcss-ls (#729)hui.liu
2021-07-05Add borders to lsp popups (#686)kjssad
* feat(lsp): add single type border to hover popup * feat(lsp): add single type border to signatureHelp * feat(lsp): add border to line diagnostic popup * feat(lsp): use global option to configure borders
2021-07-05fixes condition to use local prettier (#678)Robin Kautz
2021-07-05remove lspsagaChris
2021-07-04emmet-ls technically doesn't support reactchristianchiarulli
2021-07-04shelfing null-ls for now, seems to slow things down significantlyChris
2021-07-04Better JS/TS Development Experience (#667)maxime50
Co-authored-by: Maxime <[email protected]>
2021-07-04seems to disable everything we may have to use a more complicated methodChris
2021-07-04Prevent startup errors on first run (#645)rob
2021-07-03eslint working (fixes) prettier working (with node modules)christianchiarulli
2021-07-03[LSP] key-bind - ca is the nvim default for "change around". (#602)James Walmsley
2021-07-01lsp in ftplugin austonautomoychristianchiarulli
2021-06-30fix autoformattingChris