summaryrefslogtreecommitdiff
path: root/lua/lvim/lsp
AgeCommit message (Expand)Author
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
2022-09-15refactor: small improvements (#3021)Christian Chiarulli
2022-09-15fix(lsp/utils): do not register duplicate autocommands (#3004)lvimuser
2022-09-12fix(plugins): handle deprecated options (#3014)kylo252
2022-08-29chore: remove unnecessary code (#2923)lvimuser
2022-08-29fix(lsp): pass name arg to should_auto_install (#2958)Daniel Rodríguez Rivero
2022-08-19fix(statusline): display null-ls linters properly (#2921)Akihiro Okuno
2022-08-09fix(lsp): return the actual resolved mason-config (#2889)kylo252
2022-08-09feat(lvim/lsp): enable tailwindcss by default (#2870)lvimuser
2022-08-09refactor!: migrate to mason.nvim (#2880)kylo252
2022-07-31fix(lvim/lsp/manager): make client_is_configured more reliable (#2851)lvimuser
2022-07-31feat(lsp): bind formatexpr and omnifunc by default (#2865)kylo252
2022-07-04refactor(whichkey): use vim.keymap.set directly (#2786)kylo252
2022-07-02fix(lsp): update format filter for nightly (#2773)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-23chore(lsp): notify format request failed once when there is no client (#2697)CPea
2022-06-11fix: skip calling nvim-tree.setup() more than once (#2707)kylo252
2022-05-21refactor: load the default options once (#2592)kylo252
2022-05-11fix(autocmds): disable commentstring_calc on cursor-hold (#2581)kylo252
2022-05-11feat(codelens): cursorhold is too much intrusive for codelens (#2600)Abouzar Parvan
2022-05-06fix(autocmds): make sure we are using codelens correctly (#2576)Abouzar Parvan
2022-05-03refactor: use api-autocmds for lsp functions (#2549)kylo252
2022-04-29fix(lsp): undo stdpath overload to avoid datarace (#2540)kylo252
2022-04-28feat(icons): make it possible to disable icons (#2529)Abouzar Parvan
2022-04-28refactor(lsp): decouple the installer setup-hook (#2536)kylo252
2022-04-22feat(peek): make sure max width and height are customizable (#2492)Abouzar Parvan
2022-04-20refactor: update impatient (#2477)kylo252
2022-04-14refactor(lsp): cleanup servers' override configuration (#2243)kylo252
2022-04-07[Feature] Add option to set maximum cmp menu width (#2425)xeluxee
2022-04-03refactor: re-enable packer.sync() in LvimReload (#2410)kylo252