aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp/dartls.lua
Commit message (Collapse)AuthorAgeFilesLines
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-55/+0
|
* dartls: prefer flutter path over dart #332Himanshu2020-08-301-3/+3
|
* doc: fix typo #328Himanshu2020-08-291-1/+1
|
* dartls: remove calling error in detecting cmdHirokazu Hata2020-02-231-10/+4
| | | | ref: #140
* docgen: use package.json url instead of VSCode extension nameHirokazu Hata2020-05-181-1/+1
| | | | | VSCode extensions are so large size and we offten get a network error with downloading them. So we had better to directory download package.json.
* window/showMessage: the display level can be set for 'window/showMessage' ↵Hirokazu Hata2020-02-241-2/+0
| | | | | | notification related with #127
* lua: remove `settings = {}`Hirokazu Hata2020-02-161-1/+0
| | | | configs.lua set settings vim.empty_dict() as default
* Fix shadowing variabletms2020-02-151-2/+2
|
* dartls: auto detect Dart SDK root pathHirokazu Hata2020-02-121-5/+32
|
* Updatetms2020-02-081-7/+2
|
* Update lua/nvim_lsp/dartls.lua GenesisTMS2020-02-081-0/+1
| | | | | Add package json for automatically update README Co-Authored-By: Hirokazu Hata <h.hata.ai.t@gmail.com>
* Update lua/nvim_lsp/dartls.luaGenesisTMS2020-02-081-1/+1
| | | Co-Authored-By: Hirokazu Hata <h.hata.ai.t@gmail.com>
* Update lua/nvim_lsp/dartls.luaGenesisTMS2020-02-081-2/+1
| | | Co-Authored-By: Hirokazu Hata <h.hata.ai.t@gmail.com>
* Remove whitespace (luacheck err)tms2020-02-081-1/+1
|
* Typo unused variabletms2020-02-071-1/+1
|
* Add dartls lua scripttms2020-02-071-0/+42