Commit Graph

1370 Commits

Author SHA1 Message Date
Shinya Ohyanagi
761794ead6 Add support deno's importMap (#424) 2021-05-26 03:03:53 +09:00
Tsuyoshi CHO
b37de02402 feat: vim-language-server latest config apply (#420)
* vim-ls: add iskeyword param

* vim-ls: add diagnotics & fix indent

* vim-ls: add neovim flag

* settings.json: add vim-ls refresh_pattern

* vim-ls: iskeyword support ':'
2021-05-08 22:32:24 +09:00
itchyny
31bb5a10a7 Use clangd in Command Line Tools for Xcode on MacOS (#419) 2021-05-02 22:23:28 +09:00
James Dixon
ee736e5b24 Fix some README typos and wording (#418)
I changed a couple things:

1. Moved 'Usage' section closer to the top
2. Changed heading title 'server store directory' to 'LSP server download directory'
3. Changed heading title 'Configurations' to 'Extra Configurations'
4. Put backticks to indicate executable programs (like `clangd`)
5. Fix 2 minor typos
2021-05-02 22:07:23 +09:00
Wayne Bowie
b492782122 Use latest release for omnisharp (#417)
Co-authored-by: Wayne Bowie <wayneb@pcius.com>
2021-05-02 22:02:50 +09:00
Ryota Kinukawa
98615f27e9 Improve local var name (#416) 2021-05-02 22:02:05 +09:00
Ryota Kinukawa
f9b2ab0aec Fix typo (#415) 2021-04-28 12:44:02 +09:00
Shinya Ohyanagi
180928a99e Add esbonio (#414)
* Add esbonio

* Fix command and add windows installer

* Fix
2021-04-21 23:59:25 +09:00
Birger J. Nordølum
1e57c54d78 chore: bump tailwindcss-intellisense to 0.5.10 (#412) 2021-04-15 01:40:06 +09:00
Toshiaki Baba
f15d88d5c9 Update terraform-ls version to latest ( 0.15.0 ) (#410) 2021-04-01 18:58:03 +09:00
Shinya Ohyanagi
627c620be8 Add deno warning message (#409) 2021-03-31 02:07:08 +09:00
Yasuhiro Matsumoto
1fce64dad8 display warning if deno is disabled 2021-03-30 10:47:44 +09:00
Yasuhiro Matsumoto
af2bee21a9 Fix R installer 2021-03-29 00:04:20 +09:00
Yasuhiro Matsumoto
a5155d1fc9 diagnostics is deprecated. codelens should be codelenses. 2021-03-28 23:37:00 +09:00
Shinya Ohyanagi
d9b0e91880 Add flow (#408)
* Add flow

* Add flow
2021-03-27 23:49:16 +09:00
Yasuhiro Matsumoto
e0269b5f67 Fix installer for julia-language-server 2021-03-26 01:01:49 +09:00
Yasuhiro Matsumoto
a20bbd33cb Fix typo 2021-03-16 00:44:36 +09:00
Kefei Lu
ab9f288c6a Add Racket language server setting (#403)
* add racket language server

* add install-racket-lsp.cmd

* add racket lsp information to README

* add `raco` to the requirement
2021-03-15 09:54:48 +09:00
Prabir Shrestha
024c8342b6 auto download latest rust-analyzer (#392)
* auto download latest rust-analyzer if in bash

* use latest tag directly

* update windows rust-analyzer to 2021-02-22

* use latest tag for windows
2021-03-10 21:38:49 +09:00
Sean Dewar
74e39fc552 Add :LspCargoReload for rust-analyzer (#405) 2021-03-10 21:37:41 +09:00
Shinya Ohyanagi
5073e7980a Add deno goto definition and cache file install (#402)
* Add deno goto definition and cache file install

* Fix reviewdog's review

* Fix

* Fix enable to goto with split buffer
2021-03-03 11:38:28 +09:00
Gihyeon Sung
0e5677d9b2 Fix fsautocomplete artifact url (#401) 2021-02-24 00:19:40 +09:00
Shinya Ohyanagi
0dbed172e6 Add deno:/status.md (#400)
* Add deno:/status.md

* Fix delete unnecessary

* Fix
2021-02-23 22:47:39 +09:00
Matthias Simon
b6ee4d2635 Update ntt release URL (#398)
* Update ntt release URL

* Remove unused variables
2021-02-23 22:47:10 +09:00
mattn
734a9381a7 Remove duplicated --stdio (#397) 2021-02-19 00:34:51 +09:00
mattn
10ee3172aa Use http_proxy/https_proxy (#396)
* Use http_proxy/https_proxy

* Fix JAVA_FLAGS
2021-02-19 00:29:02 +09:00
matawed
7fad4a6690 Fix: add support for http proxy when pulling with java (#393)
Co-authored-by: Markus Tauchnitz <markus.tauchnitz@bmw.de>
2021-02-18 23:56:04 +09:00
Shinya Ohyanagi
36504c503f Fix deno lsp did not work at .git contained directory (#395) 2021-02-18 23:53:45 +09:00
Yasuhiro Matsumoto
6a1e1038b9 Update local schema 2021-02-14 23:26:31 +09:00
Yasuhiro Matsumoto
9f822f4bf1 Possible override root_uri for deno 2021-02-14 23:02:12 +09:00
Shinya Ohyanagi
a256822098 Add deno (#390)
* Add deno

* Fix wrong url

* Fix shellcheck error
2021-02-14 22:28:31 +09:00
Yasuhiro Matsumoto
101d485464 Fix install-tailwindcss-intellisense 2021-02-12 17:18:31 +09:00
Yasuhiro Matsumoto
aed5352a1d Update tailwindcss-intellisense 2021-02-12 17:17:20 +09:00
Shinya Ohyanagi
912604efc8 Add graphql-language-service-cli (#389)
* Add graphql-language-service-cli

* Fix review point

Co-authored-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>

Co-authored-by: Yasuhiro Matsumoto <mattn.jp@gmail.com>
2021-02-11 21:26:09 +09:00
Yasuhiro Matsumoto
91c50b8bb0 Fix installer 2021-02-11 02:31:34 +09:00
itchyny
13697d84d7 Fix duplicate command error on re-sourcing settings scripts (#387) 2021-02-08 15:03:50 +09:00
Yasuhiro Matsumoto
f19c2f5fa3 Update settings.json 2021-02-04 09:01:43 +09:00
Yasuhiro Matsumoto
90d5216ef2 Handle go.mod 2021-02-04 09:00:31 +09:00
micchy326
94aef8fd19 fix issue that can't install clangd11 (#382)
* fix issue that can't install clangd11

* fix shellcheck warnings

* fix shellcheck warnings
2021-02-03 00:55:58 +09:00
Marcos Ferreira
c17cfdee7e Update clojure-lsp repo and version (#385)
* Update clojure-lsp repo and version

* squash! Update clojure-lsp repo and version

for windows

* Update install-clojure-lsp.cmd
2021-02-02 22:33:56 +09:00
Justin Heyes-Jones
7e81adc376 Update metals to 0.9.10 (#386) 2021-02-02 15:20:31 +09:00
mira
1739eaa083 Update install-clangd.sh (#384)
Use uname to check architecture
2021-02-02 15:18:24 +09:00
yaegassy
c20caf9196 Changed lemminx download URL and upgraded version (#383) 2021-02-01 11:59:18 +09:00
yaegassy
43a23cda2f Update sumneko-lua-language-server to 1.12.1 (#379) 2021-01-28 01:56:57 +09:00
yaegassy
5f4b041514 Add psalm-language-server (#380) 2021-01-28 01:56:36 +09:00
mira
510d5bb749 update install-clangd.sh for aarch64 (#378) 2021-01-26 23:04:54 +09:00
Prabir Shrestha
32e1803493 update rust-analyzer to 2021-01-18 (#377) 2021-01-26 00:24:11 +09:00
Wayne Bowie
52e1be54a3 Updated Omnisharp to 1.37.5 (#375)
Co-authored-by: Wayne Bowie <wayneb@pcius.com>
Co-authored-by: mattn <mattn.jp@gmail.com>
2021-01-15 08:58:22 +09:00
Yasuhiro Matsumoto
7df974779f Update catalog.json 2021-01-15 08:54:49 +09:00
Daniel M. Capella
579002aabe tailwindcss-intellisense supports CSS as well (#373) 2021-01-10 21:41:33 +09:00