summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp
AgeCommit message (Expand)Author
2023-04-28refactor(lsp)!: specify option in deprecation msgfeat/handlers-overridekylo252
2023-04-24fix(lsp): make sure config is a tableCPea
2023-04-24fix: return empty object on nil sign valuesCPea
2023-04-24move default config to `settings.lua` and keep backward compabilityCPea
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
2023-04-20fix(lsp): add luv library by default to lua_ls (#4067)kylo252
2023-04-16feat(tailwind): add .ts options to tailwind.config root_pattern (#4016)Sinuhe Shin
2023-04-06feat(lang): yaml use schemastore (#3953)Jieru Mei
2023-03-20fix(lsp): incorrect `g` goto capitalization (#3950)Jabriel
2023-02-17refactor(lsp)!: lua lsp renamed (#3836)github-actions[bot]
2023-02-11fix(lsp): template generation for filetypes with dots (#3833)LostNeophyte
2023-02-10chore(lsp): add unocss to skipped_list (#3834)LostNeophyte
2023-02-07fix(lsp): lazy loading (#3824)LostNeophyte
2023-02-04chore: bump plugins version (#3763)github-actions[bot]
2023-02-04perf: lazy load most plugins (#3750)LostNeophyte
2023-01-20fix(lsp): info diagnostic icon not showing (#3756)CJ Lazell
2023-01-17fix(lsp): don't remove mason-lspconfig's hook (#3739)LostNeophyte
2023-01-10refactor: migrate to lazy.nvim (#3647)LostNeophyte
2023-01-05chore: bump plugins version (#3652)github-actions[bot]
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-11-17fix(lsp): sumneko-lua library scanning (#3484)carsakiller
2022-11-14fix(lsp): some servers have dynamic commands (#3471)opalmay
2022-11-09fix(lsp): disable annoying popup for sumneko-lua (#3445)Abouzar Parvan
2022-11-01fix(lsp) launch servers in path as well (#3390)k4z4n0v4
2022-10-31fix(lsp): only launch installed servers (#3366)CPea
2022-10-29chore: bump plugins version (#3276)github-actions[bot]
2022-10-27fix(lsp): do a nil check before string matching autocmd desc (#3354)Abouzar Parvan
2022-10-26fix(lsp): don't start servers multiple times (#3347)LostNeophyte
2022-10-22refactor: clean up test env paths (#3318)kylo252
2022-10-15chore(plugins): bump version (#3248)kylo252
2022-10-15fix(nvim-cmp-lsp): update_capabilities has been deprecated (#3245)Abouzar Parvan
2022-10-15fix(luadev): this plugin has been renamed (#3235)Abouzar Parvan
2022-10-12fix(lua-dev): make sure we are loading the correct types (#3208)Abouzar Parvan
2022-10-06fix: always use border for lsp hover (#3160)opalmay
2022-10-06feat: lock new installations to nvim 0.8+ (#3111)kylo252
2022-10-02feat: move icons to a single icons file (#3115)Philippe Richard
2022-10-03Fix: correct typos (#3117)chaesngmin
2022-10-03feat: reload and lir color update (#3123)Christian Chiarulli
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]
2022-09-20Fix: make sure latest plugins are customizable (#3044)Abouzar Parvan
2022-09-19feat: breadcrumbs (#3043)Christian Chiarulli
2022-09-19feat(document highlight): use illuminate rather than autocommand to avoid fla...Christian Chiarulli
2022-09-19fix(lsp): enforce lvim completion for lua-server (#3035)kylo252