Commit graph

92 commits

Author SHA1 Message Date
kylo252
3715ae645d
refactor: replace deprecated API calls (#4568)
* chore: bump plugins version

* refactor: replace deprecated API calls

* chore(lsp): update skipped servers list

* ci: update workflows

* ci: update release names in installer script

* ci: use action-setup-vim
2024-05-28 13:46:11 +02:00
kylo252
04f33dac60
chore: bump lsp plugins version (#4552)
* chore: bump lsp plugins version

* chore: update skipped servers

* ci: update neovim release version

* test: avoid asserting vim.fn.delete
2024-05-03 17:13:40 +02:00
LostNeophyte
77ee5b939f
chore(lsp): add elp to skipped servers (#4395)
* chore(lsp): add `elp` to skipped servers

* ci(plugins): run the job every 1h instead of 15mins on weekends
2023-10-21 15:00:35 +02:00
kylo252
10b9123b7d
test: run busted in sync mode (#4342)
* test: run busted in sync mode

* ci: update stable release version

* fix(mason): use recommended steps for sources sync
2023-08-27 08:44:07 +02:00
opalmay
e32872a057
feat: lock new installations to nvim 0.9+ (#3858)
* feat: lock new installations to nvim 0.9+

* feat: newer compat tag
2023-05-13 21:37:13 +02:00
LostNeophyte
778546544d
fix(ci): use neovim stable in plugins-bump (#4161) 2023-05-13 19:09:00 +02:00
LostNeophyte
2730190dde
fix(ci): remove config in plugin bump ci (#4139) 2023-05-07 18:20:24 +02:00
LostNeophyte
6c66357cb1
fix(tests): set up lazy.nvim in the lsp test (#4088) 2023-04-28 10:27:40 +02:00
sigmaSd
21311d6b64
fix: typo (#4023) 2023-04-12 08:22:41 +02:00
CPea
507792ef24
ci(issue_template): require additional terminal information (#3915) 2023-04-07 13:55:16 +02:00
LostNeophyte
28b4b8d8a6
ci(stale): adjust exemptions (#3848)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2023-02-16 16:49:55 +01:00
Christian Chiarulli
273ef46e7d
chore: update funding 2023-01-09 14:45:49 -05:00
LostNeophyte
277079ff45
ci: enable format workflow on master (#3623) 2022-12-16 12:58:35 +01:00
Zephaniah Ong
c336ee5150
ci: restrict scheduled workflows to lunarvim (#3591) 2022-12-11 16:18:29 +01:00
LostNeophyte
763af07570
ci: better issue templates description (#3571) 2022-12-05 11:43:26 +01:00
LostNeophyte
84ce0803e1
ci: update issue templates (#3540) 2022-11-28 19:13:08 +01:00
LostNeophyte
4790540b39
docs: github pull request template update (#3512)
* docs: github pull request template update

* fix: docs

as suggested by @lostneophyte

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>

* chore: fix my(LostNeophyte) mistakes

Co-authored-by: Daniel Rodríguez Rivero <rdanielo@gmail.com>
2022-11-22 16:28:40 +01:00
kylo252
517cbc069a
ci: test commitlint on pr title (#3262) 2022-11-05 11:04:46 +01:00
github-actions[bot]
b190f045e8
chore: bump plugins version (#3276) 2022-10-29 18:23:34 +02:00
kylo252
c015d0feee chore: update changelog 2022-10-17 17:43:30 +02:00
kylo252
4ef0731500 Merge remote-tracking branch 'origin/rolling' 2022-10-17 17:29:15 +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
Hemanth Kotagiri
099b96712f
Add: Workflow to stale/close inactive issues | Fixes #3168 (#3177) 2022-10-08 02:12:33 -04:00
kylo252
f6402563ab
feat: enable global installation (#3161) 2022-10-06 22:51:09 -04:00
kylo252
9def60f1dd
feat: lock new installations to nvim 0.8+ (#3111) 2022-10-06 06:55:06 +00:00
Christian Chiarulli
a05365a48e chore: add kofi 2022-09-27 02:46:41 -04:00
ChristianChiarulli
099b38cae9 chore: funding add strike 2022-09-23 13:07:53 -04:00
ChristianChiarulli
26aab3a4c4 chore: custom funding paypal & buymeacoffee 2022-09-23 12:57:54 -04:00
Latif Sulistyo
da41d27da8
fix(ci): resolve stylua ci rare error (#3065) 2022-09-23 02:23:52 -04:00
kylo252
6fbefdacd3 Merge branch 'rolling' 2022-07-31 14:28:43 +02:00
rebuilt
e662039f5e
Update general-issue-form.yaml
Neovim version 0.7.0 is no longer sufficient.  We are using features introduced in 0.7.2  Related: https://github.com/LunarVim/LunarVim/issues/2787
2022-07-04 11:29:10 -07:00
kylo252
12f8798bb0
fix(installer): always use check shallow clones (#2763) 2022-06-26 13:53:44 +02:00
kylo252
9b528ecf57
ci: update runners to include nightly neovim (#2756)
* ci: update runners to include nightly neovim

* ci: run installer from new remote

* ci: update path rule to monitor workflows folder
2022-06-25 17:28:16 +02:00
kylo252
3475f7675d chore: update changelog 2022-05-25 14:00:49 +02:00
kylo252
fc63a66ce8 Merge remote-tracking branch 'origin/rolling' 2022-05-25 13:35:38 +02:00
kylo252
23df368b00
refactor: load the default options once (#2592)
BREAKING CHANGE: modifying the default options for keymaps and autocmds
is now done by overwriting them, since they won't be loaded into the
global `lvim` table anymore

* refactor: use the lua-commands api
* refactor!: use the lua-autocmds api
* fix(settings): let neovim handle spellfile
* feat: add log:set_log_level()
* chore: update examples
* chore: add deprecation notice for custom_groups
2022-05-21 16:48:47 +02:00
Daniel Rodríguez Rivero
15da6658c8
chore: update templates (#2610)
* fix: update general-issue-form.yaml

* chore: update templates

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-05-15 15:58:53 +02:00
kylo252
5566076ebb chore(ci): fix failing plugins-update action 2022-05-03 14:36:43 +02:00
kylo252
f3750313da Merge branch 'rolling' 2022-04-27 17:38:06 +02:00
kylo252
3de829e76e
refactor: lock new installations to nvim v0.7+ (#2526) 2022-04-27 17:37:27 +02:00
kylo252
ce4f7b0fc8 Merge remote-tracking branch 'origin/rolling' 2022-04-20 13:27:51 +02:00
kylo252
0481ec8ddd
refactor: update impatient (#2477) 2022-04-20 13:22:26 +02:00
kylo252
2d0ba75d03 Merge remote-tracking branch 'origin/rolling' 2022-04-06 16:24:39 +02:00
kylo252
b7d7eed576
ci: use github-actions as the author (#2419) 2022-04-02 13:49:04 +02:00
kylo252
b892b97708
ci(test): add write-permission for prs (#2417) 2022-04-02 12:22:32 +02:00
kylo252
5d08a337fa
ci: fix workflow inputs (#2397) 2022-03-26 14:28:31 +01:00
kylo252
f2370ce9d8
ci: test automated gh action (#2394) 2022-03-25 18:25:53 +04:30
kylo252
23feb96bcc chore(release): update changelog 2022-03-24 16:07:42 +01:00
kylo252
e6ececed17 Merge branch 'rolling' 2022-03-10 10:14:55 +01:00
kylo252
4c705bc07d
feat(windows): add custom config_win.example.lua (#2330) 2022-03-10 09:54:38 +01:00