aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs.lua
Commit message (Expand)AuthorAgeFilesLines
* fix: attach to buffer when manually launching in single file mode (#1599)v0.1.0Michael Lingelbach2021-12-231-1/+2
* fix: only attempt to attach to valid bufnames (#1598)Michael Lingelbach2021-12-231-12/+13
* fix: do not attach server to buffers with nil or missing name (#1597)Michael Lingelbach2021-12-231-4/+20
* fix: internally use forward delineated paths cross-platform (#1593)Michael Lingelbach2021-12-231-7/+9
* chore: fix missing [lspconfig] prefix for vim.notify (#1546)William Boman2021-12-061-1/+1
* chore: prefix all vim.notify message with [lspconfig] (#1496)William Boman2021-11-271-2/+6
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
* chore: format with stylua (#1457)Michael Lingelbach2021-11-191-4/+6
* chore: internally switch to sending workspaceFolders (#1453)Michael Lingelbach2021-11-191-0/+4
* fix: support single file mode when no default root pattern setMichael Lingelbach2021-11-151-3/+11
* feat: add single file mode (#1385)Michael Lingelbach2021-11-111-15/+34
* fix: disambiguate autostart option from function name (#1356)kylo2522021-11-081-11/+19
* fix: set offset encoding by default (#1360)Michael Lingelbach2021-10-311-1/+7
* chore: remove modeline (#1177)Michael Lingelbach2021-08-241-1/+0
* fix: unsilent autocmd to print warning (#1171)Michael Lingelbach2021-08-241-2/+4
* feat(lspinfo): display autostart status (#964)Matthieu Coudron2021-08-061-0/+1
* feat: added global on_setup hookFolke Lemaitre2021-07-191-0/+4
* fix: expose get_root_dir instead of config.root_dirFolke Lemaitre2021-07-191-1/+1
* chore: change stylua to single quotes (#1068)Michael Lingelbach2021-07-131-29/+29
* fix: do not attach server if buftype is 'nofile' (#1064)Michael Lingelbach2021-07-121-3/+3
* fix: check client is not nil in _setup_buffer()Christian Chiarulli2021-07-041-0/+3
* fix: be less strict about cmd validationMichael Lingelbach2021-07-031-1/+1
* ci: lint and format with styluaMichael Lingelbach2021-07-031-44/+46
* fix: validate cmd is of type tableMichael Lingelbach2021-07-031-0/+1
* bug: bufnr not passed to on_attachMichaƂ Nowotnik2021-04-201-1/+2
* autostart: print error when root directory nilMichael Lingelbach2021-04-091-0/+4
* Remove duplicated tbl_deep_extendMichael Lingelbach2021-03-281-4/+4
* Automatically reattach to buffers after reloadingMichael Lingelbach2021-02-171-0/+7
* Merge pull request #738 from mjlbach/fix_autostartMichael Lingelbach2021-02-171-1/+1
|\
| * rename launch -> autostart, add documentationMichael Lingelbach2021-02-171-1/+1
* | Merge pull request #721 from mjlbach/disable_autostartMichael Lingelbach2021-02-171-9/+37
|\|
| * Add option to disable autostartMichael Lingelbach2021-02-161-9/+37
* | fix on_attach to correctly pass bufnr as second argumentMichael Lingelbach2021-02-141-3/+3
|/
* remove client/registerCapability handlerMichael Lingelbach2021-01-251-20/+0
* Merge pull request #509 from mjlbach/remove_deprecated_handlersMichael Lingelbach2021-01-151-36/+0
|\
| * remove deprecated handlers that were moved to neovim coreMichael Lingelbach2021-01-081-36/+0
* | Fix root detection for LspInfo, cache setupMichael Lingelbach2021-01-141-0/+6
|/
* Add catch-all callback for client/registerCapabilityMichael Lingelbach2020-12-221-0/+13
* Re-add negation after automated commitIron_E2020-11-151-1/+1
* Update lua/lspconfig/configs.luaIron-E2020-11-151-1/+1
* Remove redundant assertionIron_E2020-11-151-2/+1
* Use 'not config.callbacks' over 'not lsp.callbacks'Iron_E2020-11-151-1/+1
* Put assertion within function scopeIron_E2020-11-151-3/+1
* Move no callbacks assertion to outer scopeIron_E2020-11-151-1/+3
* Add help reference for failed callback assertionIron_E2020-11-151-2/+2
* Change the rest of the callback usagesIron_E2020-11-151-11/+11
* Rename nvim_lsp to lspconfigHirokazu Hata2020-09-061-0/+214