summaryrefslogtreecommitdiff
path: root/lua/lsp
AgeCommit message (Collapse)Author
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
2021-06-30refactor autocommandschristianchiarulli
2021-06-29added rust-tools thanks to bob3000 (#544)Abouzar Parvan
* added rust-tools * require_plugin has been removed
2021-06-29use lsp to format jsonChris
2021-06-28config overhaulchristianchiarulli
2021-06-27more speedchristianchiarulli
2021-06-26feat(kotlin): Replace current custom kotlin installation with LspInstall ↵Marek Filipowicz
kotlin (#518)
2021-06-26feat(java): Replace the current custom installation of java, with lspinstall ↵Marek Filipowicz
(#517)
2021-06-18Simplify tailwindcss-ls config (#502)Nawfal bin Mohmad Rouyan
latest nvim-lspconfig has all the necessary config for tailwindcss included.
2021-06-18Remove "." directory in root pattern (#471)Fabrizio Sestito
2021-06-18Add file types to terraform language server config (#467)Fabrizio Sestito
2021-06-04LSP config of cmake (#455)wcsjdzz
Co-authored-by: zhongzedu <[email protected]>
2021-05-30tailwindcss LSP fix (#442)maxime50
2021-05-25Add setting to enable/disable document highlighting (#428)tafryn
2021-05-25Support different config paths (#426)Amandus Søve Thorsrud
This makes the configuration files work if neovim's config path is different from `~/.config/nvim`.
2021-05-17added support for elixir (#403)iToXiQ
2021-05-11Add Elm support (#386)Andrés Otárola
* Add Elm support See: https://github.com/kabouzeid/nvim-lspinstall/pull/51 * remove comment
2021-05-07Fix Vue LSP (#378)Brymer Meneses
2021-05-05Add default lsp settings (#364)Andrew Fridley
- for virtual text prefix and spacing - for signs - for underline
2021-05-03Improve LSP Icons (#331)Andrew Fridley
2021-05-03✨ Python analysis options (pyright) (#352)Francisco Suárez
2021-04-29add angular lsp (#322)ptethng
Co-authored-by: ptethng <[email protected]>
2021-04-29Typescript (#311)rebuilt
* Add typescript formatting support * make sure vue is in the list of filetypes * Add typescriptreact formatting
2021-04-27update snippet symbolchristianchiarulli
2021-04-27adds vue language server support (#303)rebuilt
2021-04-26Gopls fixed. Root dir was causing problem (#289)Shubham Pawar
2021-04-17fix(emf-general-ls): fix black, add lua-fmt (#264)Tim Bedard
2021-04-16Add lsp support for ruby (#258)przbadu