Commit graph

131 commits

Author SHA1 Message Date
CPea
9e86655361
refactor(lsp)!: deprecate lvim.lsp.diagnostics (#3916) 2023-05-02 09:56:47 +02:00
github-actions[bot]
91bdb7cd51
chore: bump plugins version (#4095)
* chore: bump plugins version

* chore: add `java_language_server` to skipped list

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
2023-04-29 13:42:33 +02:00
Mark Davies
12a46fbe4f
fix(lsp)!: switch to csharp_ls to avoid startup errors (#4079) 2023-04-28 10:31:52 +02:00
LostNeophyte
6c66357cb1
fix(tests): set up lazy.nvim in the lsp test (#4088) 2023-04-28 10:27:40 +02:00
kylo252
7a4265fa46
fix(lsp): diagnostic codes already show by default (#4070)
avoid viewing duplicate diagnostic codes since they are now already shown
by default since neovim#21130
2023-04-23 13:02:32 +02:00
kylo252
476743d2d1
fix(lsp): add luv library by default to lua_ls (#4067) 2023-04-20 11:59:57 +02:00
Sinuhe Shin
40e4857440
feat(tailwind): add .ts options to tailwind.config root_pattern (#4016) 2023-04-16 10:26:05 +02:00
Jieru Mei
6bd46cb6f5
feat(lang): yaml use schemastore (#3953) 2023-04-06 21:55:09 -04:00
Jabriel
f64294f768
fix(lsp): incorrect g goto capitalization (#3950) 2023-03-20 11:25:59 +07:00
github-actions[bot]
f43cc8e20b
refactor(lsp)!: lua lsp renamed (#3836)
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 <59826753+kylo252@users.noreply.github.com>
Co-authored-by: Jieru Mei <meijieru@gmail.com>
Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
2023-02-17 18:05:08 +02:00
LostNeophyte
baf71343f0
fix(lsp): template generation for filetypes with dots (#3833) 2023-02-11 18:01:22 +01:00
LostNeophyte
c27d6a6c3e
chore(lsp): add unocss to skipped_list (#3834) 2023-02-10 20:39:42 +01:00
LostNeophyte
98fb64764f
fix(lsp): lazy loading (#3824) 2023-02-07 17:30:14 +01:00
github-actions[bot]
740f19e357
chore: bump plugins version (#3763)
* 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 <59826753+kylo252@users.noreply.github.com>
2023-02-04 17:43:11 +02:00
LostNeophyte
60c7ad77fd
perf: lazy load most plugins (#3750)
* 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 <lostneophyte@tuta.io>

Co-authored-by: Pratyush Bharati <pbharati@Pratyushs-MacBook-Pro.local>
Co-authored-by: LostNeophyte <lostneophyte@tuta.io>

* 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 ba38193e4e.

* 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 <46706232+pr-313@users.noreply.github.com>
Co-authored-by: Pratyush Bharati <pbharati@Pratyushs-MacBook-Pro.local>
Co-authored-by: opalmay <opal.mizrahi2@gmail.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2023-02-04 17:22:41 +02:00
CJ Lazell
d2b4c313d6
fix(lsp): info diagnostic icon not showing (#3756)
Fixes DiagnosticSignInfo not showing
2023-01-20 10:22:48 +01:00
LostNeophyte
5c3d76c7f6
fix(lsp): don't remove mason-lspconfig's hook (#3739) 2023-01-17 16:35:06 +01:00
LostNeophyte
ccb80e41ee
refactor: migrate to lazy.nvim (#3647)
* refactor: convert plugins spec to lazy

* refactor(lazy): remove impatient

* fix(telescope): no more errors if theme is nil

* refactor(lazy): use lazy in plugin_loader

* refactor(lazy): pin plugins with packer's snapshot

* fix: add plugins to rtp before config:init

* fix: fs_stat nil check

* feat: lazy cache

* feat(lazy): reloading

* refactor(lazy): plugin-loader functions

* feat(lazy): cache reset

* refactor: set runtimepath manually

* fix: runtimepath

* refactor(rtp)

* refactor(lazy): packer -> lazy in various places

* fix(lazy): disable tree-sitter ensure installed

* refactor(lazy): restore order to bootstrap

* refactor(lazy): remove unused impatient profiler

* small fixes

* `lvim.plugins` deprecation handling

* fix: deprecation of `requires` in plugin specs

* feat: core plugins pinning

* refactor(lazy): plugin loader tests

* refactor(lazy): use lazy in scripts

* refactor(lazy): which-key keybinds

* chore: format

* fix: installer

* fix: first time setup

* feat: changes required for packaging

commit 951ac2b7c01b5200b973660c967852d1706cce28
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:49:44 2022 +0100

    fix: clean folder before copying plugins

commit 64e9afa44b8e528ba527e0510d0d8c2d2237a095
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:35:41 2022 +0100

    feat: copy core plugins on first run

commit 2d8e72090c7624f68c09a9aa6582223373a810c1
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:11:22 2022 +0100

    feat(utils): fs_copy

commit 85c1f025a6ba13183e85141f75f60e2eefc77bb5
Author: LostNeophyte <lostneophyte@tuta.io>
Date:   Wed Dec 28 13:04:38 2022 +0100

    fix: copy correct example config

* fix: packer specs deprecation handling

* fix: plugin specs deprecation

* feat: pin lazy's version

* fix: remove plugins form rtp before loading lazy

* fix: plugin-loader test

* feat(lazy): add keymappings for profile, log, and debug (#3665)

* feat(lazy): Add keymappings for profile, log, and debug

* feat(lazy): Add keymap for cleaning

* chore: format

* pref: lazy load many plugins

Co-authored-by: Uzair Aftab <uzaaft@outlook.com>

* fix: bootstrap correct version of lazy

* fix: also use CmdLineEnter event for cmp

* fix: don't use lazy's modules before it's set up

* perf: (hack) enable lazy's cache before loading lazy

* fix: plugins.lua

* fix: plugins bump script

* chore: remove debug print

* feat: add rounded border for `:Lazy`

* fix: bufferline flashing

* fix: don't close lazy on startup

* fix: load breadcrumbs on startup

* fix: don't lazy load bufferline

* chore: bump lazy's version

* fix: remove site from rtp (fixes treesitter issues)

* revert default config copying changes

* fix(bootstrap): actually remove plugins dir on windows

* chore: bump lazy's version

* chore: bump lazy's version

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
Co-authored-by: Uzair Aftab <48220549+Uzaaft@users.noreply.github.com>
Co-authored-by: Uzair Aftab <uzaaft@outlook.com>
Co-authored-by: opalmay <opal.mizrahi2@gmail.com>
2023-01-10 21:18:17 +01:00
github-actions[bot]
796ee8e14c
chore: bump plugins version (#3652)
* 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 <59826753+kylo252@users.noreply.github.com>
2023-01-05 10:54:04 +01:00
github-actions[bot]
c34f04cda1
chore: bump plugins version (#3609) 2022-12-23 17:07:37 +01:00
LostNeophyte
59fff1ea32
feat(lsp): focusable line diagnostics (#3622) 2022-12-16 03:42:12 -05:00
LostNeophyte
133024533a
fix(lsp): add neocmake to skipped_servers (#3597) 2022-12-13 16:22:53 +01:00
carsakiller
88b114424d
fix(lsp): sumneko-lua library scanning (#3484)
fixes https://github.com/LunarVim/LunarVim/issues/3439
2022-11-17 17:03:27 +01:00
opalmay
8474a06b43
fix(lsp): some servers have dynamic commands (#3471) 2022-11-14 10:16:49 +01:00
Abouzar Parvan
5e051afbb1
fix(lsp): disable annoying popup for sumneko-lua (#3445) 2022-11-09 12:01:27 +01:00
k4z4n0v4
375232c95a
fix(lsp) launch servers in path as well (#3390) 2022-11-01 16:08:16 +01:00
CPea
a54d872e0b
fix(lsp): only launch installed servers (#3366) 2022-10-31 19:19:39 +01:00
github-actions[bot]
b190f045e8
chore: bump plugins version (#3276) 2022-10-29 18:23:34 +02:00
Abouzar Parvan
f1c469d967
fix(lsp): do a nil check before string matching autocmd desc (#3354) 2022-10-27 13:53:28 +03:30
LostNeophyte
f834362b68
fix(lsp): don't start servers multiple times (#3347) 2022-10-26 21:56:28 -04:00
kylo252
25c4241b07
refactor: clean up test env paths (#3318) 2022-10-22 15:25:46 +02:00
kylo252
48d1c38fa8
chore(plugins): bump version (#3248)
* 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-15 18:32:11 +02:00
Abouzar Parvan
a54312b769
fix(nvim-cmp-lsp): update_capabilities has been deprecated (#3245) 2022-10-15 12:54:49 +03:30
Abouzar Parvan
91ac8a0bb0
fix(luadev): this plugin has been renamed (#3235) 2022-10-15 10:21:24 +03:30
Abouzar Parvan
91dadd46a9
fix(lua-dev): make sure we are loading the correct types (#3208) 2022-10-12 16:16:53 +03:30
opalmay
5a4c8e3eec
fix: always use border for lsp hover (#3160) 2022-10-06 10:11:37 -04:00
kylo252
9def60f1dd
feat: lock new installations to nvim 0.8+ (#3111) 2022-10-06 06:55:06 +00:00
Philippe Richard
8767a17b5e
feat: move icons to a single icons file (#3115) 2022-10-02 23:48:23 -04:00
chaesngmin
6a72ad281e
Fix: correct typos (#3117) 2022-10-03 01:19:59 +00:00
Christian Chiarulli
1c03ac8052
feat: reload and lir color update (#3123) 2022-10-03 00:56:23 +00:00
Daniel Rodríguez Rivero
f4032cc43e
chore(lsp): give null-ls setup default values (#3093) 2022-09-28 13:54:12 -04:00
github-actions[bot]
d37fdc5cf2
chore: bump plugins version (#2988)
* 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 <abzcoding@users.noreply.github.com>
2022-09-27 17:14:19 +03:30
Abouzar Parvan
518b1d4167
Fix: make sure latest plugins are customizable (#3044)
* 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 <59826753+kylo252@users.noreply.github.com>
2022-09-20 14:11:58 +04:30
Christian Chiarulli
f11909b564
feat: breadcrumbs (#3043) 2022-09-19 22:14:32 -04:00
Christian Chiarulli
352147158b
feat(document highlight): use illuminate rather than autocommand to avoid flashing (#3029) 2022-09-19 13:12:52 -04:00
kylo252
68fdbaa51d
fix(lsp): enforce lvim completion for lua-server (#3035) 2022-09-19 13:10:07 +02:00
Christian Chiarulli
a4c2dc4d0b
refactor: small improvements (#3021) 2022-09-15 23:33:08 -04:00
lvimuser
564cfe8f3c
fix(lsp/utils): do not register duplicate autocommands (#3004) 2022-09-15 12:13:46 +02:00
kylo252
7535f4eff9
fix(plugins): handle deprecated options (#3014) 2022-09-12 18:41:25 +02:00
lvimuser
ce621c1cfe
chore: remove unnecessary code (#2923) 2022-08-29 14:47:21 +02:00