Commit graph

2641 commits

Author SHA1 Message Date
kylo252
15c1f79ba2 chore: update changelog 2023-04-22 16:00:06 +02:00
kylo252
476743d2d1
fix(lsp): add luv library by default to lua_ls (#4067) 2023-04-20 11:59:57 +02:00
github-actions[bot]
9ecad22dbb
chore: bump plugins version (#4030) 2023-04-17 19:54:02 -04:00
Sinuhe Shin
40e4857440
feat(tailwind): add .ts options to tailwind.config root_pattern (#4016) 2023-04-16 10:26:05 +02:00
LostNeophyte
70ce6b7ddc
fix: make FileOpened autocmd work with quickfix (#4040) 2023-04-15 13:48:06 -04:00
LostNeophyte
3b16c266d7
fix(bootstrap): delay lsp setup until LazyDone (#4041) 2023-04-15 13:46:06 +02:00
YinAqu
6544837f42
fix: use require instead of reload in pcalls (#4038)
fix(core): reload error signal
2023-04-15 13:03:25 +02:00
Olegek
23ace671d6
fix(nvim-tree): remove deprecated option (nvim-tree/nvim-tree.lua#2122) (#4033)
fix: remove deprecated option nvim-tree/nvim-tree.lua#2122
2023-04-13 08:10:15 +02:00
kylo252
a0b2a0e9bf
feat(installer): allow customizing NVIM_APPNAME (#3896) 2023-04-12 12:46:29 -04:00
github-actions[bot]
1e1e7bb4f5
chore: bump plugins version (#3980)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-12 13:56:20 +03:00
erodey
3f2e91b667
feat(lazy): lazy.nvim settings can be customized (#4010) 2023-04-12 04:29:11 -04:00
sigmaSd
b5cc0a51bd
feat(keybindings): add code action to visual mode (#4022)
* feat(keybindings): add code action to visual mode

* fmt
2023-04-12 08:23:35 +02:00
sigmaSd
21311d6b64
fix: typo (#4023) 2023-04-12 08:22:41 +02:00
Elvis Dukaj
2d37303649
fix(installer): validation step was failing on windows (#4008) 2023-04-07 14:09:02 +02:00
Akihiro Okuno
ad6a0e3d18
feat(mason): add on_config_done option to lvim.builtin.mason (#3991) 2023-04-07 14:02:09 +02:00
hehelego
7a9cc63af9
chore(plugins): remove popup.nvim as it is deprecated (#4004) 2023-04-07 14:01:36 +02:00
CPea
507792ef24
ci(issue_template): require additional terminal information (#3915) 2023-04-07 13:55:16 +02:00
Jieru Mei
6bd46cb6f5
feat(lang): yaml use schemastore (#3953) 2023-04-06 21:55:09 -04:00
kylo252
0b13c9f6bc
feat(mason): add support for mason-registry (#3994)
* feat(mason): add support for mason-registry

* fix(lazy)!: wrap refresh for mason-registry
2023-04-04 10:10:36 +02:00
gtscherer
b765f95508
fix(nvimtree): don't overwrite update_focused_file.ignore_list (#3986)
fix(plugin): Prevent Overwriting NvimTree update_focused_file.ignore_list

Fix #3985

Co-authored-by: Greggory Scherer <greggory.scherer@sony.com>
2023-03-28 08:39:11 +02:00
github-actions[bot]
83aadfe66e
chore: bump plugins version (#3968)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-26 13:04:15 +03:00
github-actions[bot]
2e42dddb11
chore: bump plugins version (#3945)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-20 22:46:55 +02:00
Zhizhen He
0ca97f7755
fix(which-key): typo (#3963) 2023-03-20 11:29:24 -07:00
Jieru Mei
76040d25ff
fix(dap): invalid border value (#3951) 2023-03-19 21:55:02 -07:00
Khilseith
57395bcc8a
fix: copilot indent reset (#3343) (#3960) 2023-03-19 21:54:41 -07:00
Jabriel
f64294f768
fix(lsp): incorrect g goto capitalization (#3950) 2023-03-20 11:25:59 +07:00
github-actions[bot]
d559dfc1cd
chore: bump plugins version (#3913)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-10 15:02:11 +02:00
LostNeophyte
9f1f98312b
feat: regenerate lsp templates after LvimUpdate (#3864) 2023-03-06 05:15:08 -05:00
Jieru Mei
b5800bc3c4
fix(breadcrumbs): disable for neotest (#3921) 2023-03-05 22:01:33 -05:00
github-actions[bot]
7c3849ee38
chore: bump plugins version (#3888)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-01 19:03:05 +02:00
Marco
c86dfabab7
chore(custom-finders): don't use deprecated _close action (#3903)
solve deprecation warning

`_close` in `telescope.actions` is deprecated, telescopedocs says to use `close` instead
2023-03-01 11:45:07 +01:00
LostNeophyte
a7e7f28639
fix(config-loader): defer invalid configuration warning (#3869) 2023-02-25 12:24:12 +01:00
Antoine Cotten
5951c431e6
chore: replace deprecated MDI Orbit icon (#3880) 2023-02-25 12:23:56 +01:00
opalmay
2b1af90a97
fix: lazy cache (#3892)
* fix: lazy cache

* refactor: add pcall
2023-02-24 17:07:55 +02:00
github-actions[bot]
d682ae0657
chore: bump plugins version (#3866)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-23 14:05:58 +07:00
CPea
732fd6fc2b
fix(terminal): don't set the shell by default (#3867)
* fix(terminal): set user's shell before calling setup

* refactor: set `vim.o.shell` directly in `cmd` opts
2023-02-19 11:53:35 +01: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
kylo252
ddc86f3a8a
fix(cmp): handle deprecated tree-sitter api (#3853) 2023-02-16 16:51:35 +01: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
LostNeophyte
1a91812712
fix: LvimUpdate should bump core plugins (#3846) 2023-02-16 13:21:38 +01:00
LostNeophyte
23a16d9330
feat(autocmds): add NvimTreeNormalNC to transparent mode (#3850) 2023-02-16 14:14:23 +07:00
LostNeophyte
9b4c4ab6af
fix: win installer syntax error (#3635)
* feat: check version

* fix
2023-02-14 08:23:41 +01:00
opalmay
fde46c4b16
perf(toggleterm): on-demand lazy load (#3811)
* perf(toggleterm): on-demand lazy load

* fix: keys

* fix: move setup, on_config_done (for terminal obj)

* fix: add some cmds

* refactor: remove redundant `lazy = true`
2023-02-11 19:43:38 +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
2240b57812
fix(alpha): rollback to older commit (#3832) 2023-02-10 20:54:40 +02:00
kylo252
ae96617d5e
docs(ts): add hint about ensure_installed (#3827) 2023-02-09 11:38:27 +01:00
github-actions[bot]
164b1d6db5
chore: bump plugins version (#3823)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-08 15:16:58 +02:00
LostNeophyte
4bcf9d75a1
feat(which-key): keybind for :Telescope resume (#3826) 2023-02-08 09:40:32 +01:00
LostNeophyte
98fb64764f
fix(lsp): lazy loading (#3824) 2023-02-07 17:30:14 +01:00