summaryrefslogtreecommitdiff
path: root/lua/lsp
AgeCommit message (Collapse)Author
2021-07-31why is eslint_d so bad (#1192)Abouzar Parvan
2021-07-31show the actual command (#1191)Abouzar Parvan
2021-07-31fix eslint_d issue (#1189)Abouzar Parvan
2021-07-31[Feature] Expose lsp config (#1156)Luc Sinet
2021-07-31Add the better peek functions (#1172)Geet Sethi
2021-07-31feat: get null-ls registered providers by filetype (#1186)kylo252
2021-07-31feat: add diagnostics source name (#1147)kylo252
2021-07-31cleanup formatting handler (#1185)kylo252
2021-07-31fix luacheck issues (#1184)Abouzar Parvan
2021-07-31fix format_handlerChris
2021-07-31Enable querying lang-server formatting capabilities (#1078)kylo252
2021-07-29fix: Use null-ls eslint diagnostics config with eslint_d exe (#1159)Pasi Bergman
2021-07-29fix: change peekDefinition method locationaaronsms
2021-07-29fix null-lsChris
2021-07-29require when neededChris
2021-07-28move lsp autocommandChris
2021-07-28require at the topChris
2021-07-28service was a good idea, thank you tastyChris
2021-07-28refactor capabilites functionChris
2021-07-28use utils in null-lsChris
2021-07-28move istable and isstring to utilsChris
2021-07-28refactor lsp keybindsChris
2021-07-28more refactorChris
2021-07-28begin lsp refactorChris
2021-07-28null-ls formatter name is different from its command (#1141)Abouzar Parvan
* null-ls formatter name is different from it's command * add more language support * nil is unnecessary
2021-07-27remove ts-toolsChris
2021-07-27don't remap tab, too much pain involvedChris
2021-07-27Wrap lsp default_keybindings in function instead of load on 1st require (#1128)devtoi
Co-authored-by: Johan Melin <[email protected]>
2021-07-26don't break for .fishChris
2021-07-26[Refactor] remove lv prefix (#1112)Luc Sinet
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua
2021-07-25only one formatter is allowed (#1095)Christian Chiarulli
Co-authored-by: christianchiarulli <[email protected]>
2021-07-25fix csharpchristianchiarulli
2021-07-25Fix ignored user autocommands (#1090)kylo252
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