summaryrefslogtreecommitdiff
path: root/lua/lsp
AgeCommit message (Collapse)Author
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
2021-04-16Add kotlin lsp support, and :LspInstall kotlin (#263)Marek Filipowicz
2021-04-15replace lsp-kind for vim.lsp.protocol.CompletionItemKind native option (#257)Rafael
2021-04-15LunarVimchristianchiarulli
2021-04-07updateschristianchiarulli
2021-04-05Fix tslint is not using tsconfig.json (#233)Jordi Santamaria Portoles
2021-04-03Add the Terraform LSP config (#222)Alan Jenkins
2021-04-02Make tss server work on standalone js/ts/etc. files (#216)Dominik Marcinowski
2021-04-01udpatesChris
2021-04-01Add tailwindcss lsp support (#205)Nawfal bin Mohmad Rouyan
2021-03-31Add svelte lsp config for LspInstall (#202)chaeing
2021-03-30Define shell + php lsp + dart lsp + flutter + relative number (#188)Biser Stoilov
2021-03-29update python formattingChris
2021-03-29[LSP] latex - Add support for latex via LspInstall (#183)fanmih
2021-03-28[LSP] rust - Add support for rust-analyzer via LspInstall. (#178)James Walmsley
2021-03-28add black python formatter (#182)Benjamin Schmidt
2021-03-28[LSP] go - Support gopls through LspInstall. (#177)James Walmsley
2021-03-28new settings options for autoformatChris
2021-03-27Fix for the popup with max preload size is low (#175)seocamo
Fix for the popup with max file preload size is to low, i dig into the code of sumneko and you need to add maxPreload = 10000 to workspace and the number is in kb
2021-03-27[LSP] clangd - Support LspInstall upstream path. (#174)James Walmsley
cool 👾
2021-03-27added more user optionsChris
2021-03-27[LSP] clangd - Support LspInstall clangd. (#171)James Walmsley
2021-03-27diagnostic updateChris
2021-03-27update for configChris