summaryrefslogtreecommitdiff
path: root/lua/lsp
AgeCommit message (Collapse)Author
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
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