Commit Graph

161 Commits

Author SHA1 Message Date
Yasuhiro Matsumoto
609c40d494 Fix typo 2021-07-07 16:28:08 +09:00
Yasuhiro Matsumoto
5f1de5bd02 Remove items that is not allowed
Added lsp_settings_deny_local_keys

Fixes #440
2021-07-07 16:28:08 +09:00
Shinya Ohyanagi
33e31750a9 Fix executing job failed: No such file or directory 2021-06-01 22:04:45 +09:00
Dominic Della Valle
104d20f4fe Fix npm (un)install with whitespace paths 2021-06-01 02:38:12 +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
Yasuhiro Matsumoto
1fce64dad8 display warning if deno is disabled 2021-03-30 10:47:44 +09:00
Yasuhiro Matsumoto
da342eb13b Use s:extend 2021-01-08 14:00:38 +09:00
Yasuhiro Matsumoto
7738363a1f Check commmand installable 2021-01-04 13:33:08 +09:00
Prabir Shrestha
b0d97cf747 add support for rust-analyzer.runSingle for cargo (#362)
* add support for rust-analyzer.runSingle for cargo

* fix cargo extra args

* fix lint issues
2021-01-03 10:25:35 +09:00
the continium
83b3a099a6 unsilent echom called from au FileType call (#349) 2020-12-02 21:53:33 +09:00
Subhaditya Nath
10799e046b Handle dependency error in a better way (#346)
If server is found, but dependencies are no found, then currently
"Server not found" is shown, making user clueless. This commit tries to
inform the user that server was found, but dependencies were not
satisfied.
2020-11-30 10:50:05 +09:00
Yasuhiro Matsumoto
c30082b35b Fix lsp_settings#profile#load_local() 2020-11-09 23:39:13 +09:00
Yasuhiro Matsumoto
30d9783050 Fix lsp_settings#profile#load_local 2020-11-09 15:46:32 +09:00
Yasuhiro Matsumoto
828c4f8aa4 Use findfile 2020-11-06 22:54:05 +09:00
Yasuhiro Matsumoto
d25bdfb4c7 Listing installed servers 2020-11-02 22:00:20 +09:00
Tsuyoshi CHO
91bf8fbdc2 add gobal setting dir (#330) 2020-10-29 18:31:14 +09:00
Yasuhiro Matsumoto
e5a5bb7da1 Ignore suggestion for already installed 2020-10-26 09:13:46 +09:00
Yasuhiro Matsumoto
c4109508ed Check result 1 for confirm 2020-10-16 00:27:17 +09:00
Yasuhiro Matsumoto
72f14831e1 Fix bug that LspSettingsLocalEdit does not work if the marker not found 2020-09-29 12:01:45 +09:00
Yasuhiro Matsumoto
6366cc52ad Set <nomodeline> 2020-09-17 22:47:59 +09:00
mattn
a5f1a41d36 Handle allowlist in lsp_settings (#283)
* Handle allowlist in lsp_settings

* Fix test

* Fix test

* Fix test

* Fix test

* Fix test

* Do not load duplicated

* Fix test

* Fix test
2020-07-17 13:44:50 +09:00
Prabir Shrestha
458de93386 use allowlist and blocklist (#267)
* use allowlist and blocklist

* fix description
2020-06-28 21:58:26 +09:00
Yasuhiro Matsumoto
9967722b34 Do not append the patterns 2020-06-27 10:06:40 +09:00
ujihisa
87b47864e2 Introduce g:lsp_settings_disable_suggestions (#265)
* Introduce g:lsp_settings_disable_suggestions

* Problem: When you use lsp for certain filetypes, you see
  "Please do :LspInstallServer to enable Language Server" message
  every time when you open a file that you don't need lsp supports.
  It's hard to disable all the possible filetypes but the one
  you use.
* Solution: Provide a way to opt-out the messages.

* Revserse the role

* Reverse even more
2020-06-27 09:55:08 +09:00
mattn
07b1c937b4 Merge pull request #219 from tennashi/specify_root_dir
Can specify the project root directry
2020-04-22 20:21:25 +09:00
tennashi
2b2fe807a8 Remove debug code 2020-04-18 17:15:02 +09:00
tennashi
f82dfda121 Can specify the project root directry 2020-04-18 15:47:18 +09:00
mattn
2d9b59c011 Merge pull request #217 from mattn/extra-schemas
Load extra schemas
2020-04-16 21:00:13 +09:00
Yasuhiro Matsumoto
a38b510553 Load extra schemas 2020-04-16 20:51:23 +09:00
Milly
ede24a4f3d Fix argument of lsp_settings#root_path 2020-03-30 03:19:20 +09:00
Yasuhiro Matsumoto
f361e8e88c Add LspSettingsGlobalEdit 2020-03-20 11:02:40 +09:00
Yasuhiro Matsumoto
76df1e616e Global configuration 2020-03-20 10:57:22 +09:00
Yasuhiro Matsumoto
8a50c71c44 Check requires 2020-03-13 17:00:29 +00:00
Yasuhiro Matsumoto
a3a908863b silence the reviewdog 2020-03-06 15:41:08 +09:00
Yasuhiro Matsumoto
9be9b69efe If $XDG_CONFIG_HOME is defined, use it. 2020-03-06 15:40:38 +09:00
Yasuhiro Matsumoto
bb0864302d Change default servers_dir 2020-03-06 15:33:12 +09:00
Yasuhiro Matsumoto
ba0797a13f Breaking compatibility: Rename lsp_settings_xxx for filetypes to lsp_settings_filetype_xxx 2020-03-06 14:55:57 +09:00
Yasuhiro Matsumoto
d9774098d3 Enable installable for efm-langserver 2020-03-02 12:27:02 +09:00
Yasuhiro Matsumoto
1ae6dff3ff Add candidate of '_' for completion 2020-02-25 22:07:03 +09:00
Yasuhiro Matsumoto
b7afc25d26 Show configuration with LspSettingsStatus 2020-02-24 21:07:56 +09:00
Yasuhiro Matsumoto
3e48c84109 Merge settings 2020-02-22 00:45:37 +09:00
Yasuhiro Matsumoto
8b850cbdd6 Use extend() 2020-02-22 00:23:18 +09:00
Yasuhiro Matsumoto
c61920a55b Merge branch 'master' of https://github.com/mattn/vim-lsp-settings 2020-02-20 14:50:44 +09:00
Yasuhiro Matsumoto
750d4f1352 Now LspInstallServer is global command 2020-02-20 14:50:08 +09:00
Yasuhiro Matsumoto
d31db49d27 Prefer user's configuration 2020-02-20 00:24:10 +09:00
Yasuhiro Matsumoto
0e71903b66 Fix root_uri_patterns 2020-02-20 00:18:27 +09:00
Yasuhiro Matsumoto
e55fa57320 root_uri patterns should be configurable 2020-02-20 00:14:47 +09:00
Yasuhiro Matsumoto
5df3d59707 Sort & uniq 2020-02-18 23:26:32 +09:00
Yasuhiro Matsumoto
40fa3b6cbb Add LspSettingsStatus 2020-02-18 18:03:38 +09:00