summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp/config.lua
AgeCommit message (Collapse)Author
2023-04-28refactor(lsp)!: specify option in deprecation msgfeat/handlers-overridekylo252
2023-04-24fix(lsp): make sure config is a tableCPea
2023-04-24move default config to `settings.lua` and keep backward compabilityCPea
keep backward compability
2023-04-24fix: guard check config tableCPea
2023-04-24refactor(lsp)!: deprecate `lvim.lsp.diagnostics`CPea
2023-04-24chore(lsp): add usage info to `handlers` tableCPea
2023-04-24refactor(lsp): allow to disable custom handlers configCPea
2023-04-23fix(lsp): diagnostic codes already show by default (#4070)kylo252
avoid viewing duplicate diagnostic codes since they are now already shown by default since neovim#21130
2023-03-20fix(lsp): incorrect `g` goto capitalization (#3950)Jabriel
2023-02-17refactor(lsp)!: lua lsp renamed (#3836)github-actions[bot]
Need to run `:LvimCacheReset` after this for lua ftplugin regenration * chore: bump plugins version * refactor(loader): update lazy's cache setup * chore: bump plugins version * chore(lsp): skip antlerls for html * fix(lsp): lua lsp renamed (#3841) * fix(loader): lazy's cache is now a directory * fix: LvimUpdate should bump core plugins (#3846) * chore: bump plugins version * fix(cmp): handle deprecated tree-sitter api (#3853) * fix(loader): wrap cache invocation with pcall avoid problems when lazy hasn't been updated yet * chore(lsp): skip docker-compose ls * chore: bump plugins --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kylo252 <[email protected]> Co-authored-by: Jieru Mei <[email protected]> Co-authored-by: LostNeophyte <[email protected]>
2023-02-10chore(lsp): add unocss to skipped_list (#3834)LostNeophyte
2023-02-04chore: bump plugins version (#3763)github-actions[bot]
* chore: bump plugins version * chore(lsp): add vtsls to the skipped list * chore(lsp): add pyre to the skipped list * fix: remove deprecated nvim-tree options --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kylo252 <[email protected]>
2023-02-04perf: lazy load most plugins (#3750)LostNeophyte
* perf: lazy load most plugins * fix(lazy): suggested fixes for pref/lazyloading branch (#3754) fix(lazy): Suggested fixes from previous comments fix(lazy): applying suggestions from code review Co-authored-by: LostNeophyte <[email protected]> Co-authored-by: Pratyush Bharati <[email protected]> Co-authored-by: LostNeophyte <[email protected]> * chore: format * move lazy utils to modules.lua * simplify telescope actions * refactor: cmp_window local name * feat: more lazy loading cmds * refactor(cmp): minor clean up * perf: set lazy loading by default * refactor(alpha): remove broken lazy load * revert: explictily set lazy loading This reverts commit ba38193e4ebfa5acc8afa2b35247c5420d9a2739. * test: enable lazy-loading for bigfile * perf: defer projects and alpha to VimEnter * refactor(bufferline): add comment * perf: better lazy load dap/dapui * perf: lazy load ts-commentstring with Comment.nvim pre_hook --------- Co-authored-by: pr-313 <[email protected]> Co-authored-by: Pratyush Bharati <[email protected]> Co-authored-by: opalmay <[email protected]> Co-authored-by: kylo252 <[email protected]>
2023-01-20fix(lsp): info diagnostic icon not showing (#3756)CJ Lazell
Fixes DiagnosticSignInfo not showing
2023-01-05chore: bump plugins version (#3652)github-actions[bot]
* chore: bump plugins version * fix(lsp): add ruff-lsp to the skipped list * chore: bump plugins version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kylo252 <[email protected]>
2022-12-23chore: bump plugins version (#3609)github-actions[bot]
2022-12-16feat(lsp): focusable line diagnostics (#3622)LostNeophyte
2022-12-13fix(lsp): add neocmake to skipped_servers (#3597)LostNeophyte
2022-10-29chore: bump plugins version (#3276)github-actions[bot]
2022-10-22refactor: clean up test env paths (#3318)kylo252
2022-10-15chore(plugins): bump version (#3248)kylo252
* ci: update workflows * chore(plugins): bump version * chore: update depdecated settings for comment.nvim * chore(lsp): update skiplist * fixup!: take 2 for comment.nvim
2022-10-02feat: move icons to a single icons file (#3115)Philippe Richard
2022-09-28chore(lsp): give null-ls setup default values (#3093)Daniel Rodríguez Rivero
2022-09-27chore: bump plugins version (#2988)github-actions[bot]
* chore: bump plugins version * chore(plugins): update * chore(plugins): ignore solc Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Abouzar Parvan <[email protected]>
2022-09-20Fix: make sure latest plugins are customizable (#3044)Abouzar Parvan
* fix: make navim-navic configurable * fix: make sure vim-illuminate is configurable * fix: make sure theme is configurable * fix(ci): don't verify uninstalled plugins * refactor(lsp): add setup_document_symbols util * revert: keep onedarker on freeze branch * refactor(lsp): avoid duplicate hl autocmds Co-authored-by: kylo252 <[email protected]>
2022-09-15refactor: small improvements (#3021)Christian Chiarulli
2022-08-29chore: remove unnecessary code (#2923)lvimuser
2022-08-09feat(lvim/lsp): enable tailwindcss by default (#2870)lvimuser
2022-08-09refactor!: migrate to mason.nvim (#2880)kylo252
2022-07-31feat(lsp): bind formatexpr and omnifunc by default (#2865)kylo252
2022-06-27feat(lsp): add option to override nlsp-settings (#2769)kylo252
2022-06-26feat(lsp): add option to override default `nvim-lsp-installer` settings (#2698)CPea
2022-06-11fix: skip calling nvim-tree.setup() more than once (#2707)kylo252
2022-05-03refactor: use api-autocmds for lsp functions (#2549)kylo252
* refactor: use api-autocmds for lsp functions * chore: use the existing client.supports_method api * fix: a callback in an autocmd doesn't pass nil * revert: keep changes minimal to which-key Co-authored-by: Abouzar Parvan <[email protected]>
2022-04-22feat(peek): make sure max width and height are customizable (#2492)Abouzar Parvan
2022-04-14refactor(lsp): cleanup servers' override configuration (#2243)kylo252
* refactor(lsp): cleanup override settings - rename lsp.override to lsp.automatic_configuration.ignored_servers - add lsp.automatic_configuration.ignored_filetypes * chore(info): update override section * refactor(lsp): rename ignored to skipped * fix: better deprecation handling * docs(lsp): add example for (un-)skipping servers * refactor(lsp): allow installing overridden servers * docs(lsp): update config_win.example.lua as well * chore(lsp): update skipped_servers list * fix(logger): less noise from client_is_configured
2022-04-07[Feature] Add option to set maximum cmp menu width (#2425)xeluxee
2022-03-28refactor(lsp): replace deprecated ocamllsp with ocamlls (#2402)steven_j
Co-authored-by: kylo252 <[email protected]>
2022-03-12chore(plugins): last manual plugin update (#2347)Abouzar Parvan
2022-02-23refactor(nvim-tree): update settings structure (#2304)Abouzar Parvan
2022-02-16fix(timeoutlen): this has caused way too many issues in the past (#2287)Abouzar Parvan
2022-02-09chore(plugins): bump version (#2261)Abouzar Parvan
2022-02-06chore(plugins): bump version (#2253)Abouzar Parvan
2022-01-30feat(vue): set volar as default language server instead of vuels (#2230)Abouzar Parvan
2022-01-26fix(lsp): avoid accessing undefined user_data (#2216)Alexey Svirschevskiy
Co-authored-by: Alexey Svirshchevskiy <[email protected]>
2022-01-24chore(plugins): bump plugin version, also fix for offset_encoding (#2210)Abouzar Parvan
2022-01-16fix(lsp): use temporary fork of lua-dev (#2187)kylo252
2022-01-15fix(diag): show lsp-diag code in open_float (#2180)kylo252
2022-01-08fix(null-ls): avoid sending invalid opts.args (#2154)kylo252
2022-01-01refactor(info): use new null-ls api for sources (#2125)kylo252