Commit graph

2613 commits

Author SHA1 Message Date
LostNeophyte
6d3f8b2183
fix: correct runtimepath order (#4124) 2023-05-07 04:36:42 -04:00
Christian Chiarulli
55e7fdb9d1
feat: rounded border for hover and signatureHelp (#4131)
Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
2023-05-06 16:34:04 -04:00
CPea
44c1a3d738
fix: replace obsolete icons (#4111)
* fix(icons): replace obsolete icons

* remove the trailing space of Triangle
2023-05-06 17:47:03 +02:00
LostNeophyte
9efe4f25c3
fix(alpha): account for different icon byte sizes (#4130)
* fix(alpha): account for different icon byte sizes

* chore: format
2023-05-06 17:46:26 +02:00
LostNeophyte
e9fbb801fb
feat: don't move config on install (#4129)
* feat: don't move config on install

* fix: add mkdir
2023-05-06 17:34:11 +02:00
Christian Chiarulli
72e55a7290
feat: simplify example config, add links for user instead (#4128) 2023-05-06 02:13:20 -04:00
Bailey Burnsed
b1c7254154
fix(treesitter): add a few parsers to ensure_installed (#4121)
* This sould fix the conflix, I had to rebase

* chore: format

---------

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
2023-05-04 08:39:02 +02:00
LostNeophyte
8517e275d0
docs: use master instead of rolling in contributing.md (#4115)
Update CONTRIBUTING.md
2023-05-03 09:33:07 +02:00
LostNeophyte
b41340846a
docs: use master instead of rolling in contributing.md (#4115)
Update CONTRIBUTING.md
2023-05-03 09:32:24 +02:00
Christian Chiarulli
b0e55bad8b
fix(dap): ui opens when debugging (#4116)
Co-authored-by: WillianFuks <willian.fuks@gmail.com>
2023-05-02 16:46:00 -04:00
LostNeophyte
56d2463321
fix(lsp): lazy load mason on FileOpened (#4100) 2023-05-02 09:57:39 +02:00
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
Let Avocado
75ba51cb0f
docs: update broken links in example configs (#4097) 2023-04-28 20:18:59 +02:00
CPea
4e1db216ae
fix(nvim-tree): use local buffer keymaps (#4090) 2023-04-28 11:20:01 +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
github-actions[bot]
4cefc89506
chore: bump plugins version (#4054)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: CPea <vienpro2506@gmail.com>
2023-04-28 07:34:19 +07:00
Juliano Farias
eaa3376802
docs: add code_actions to example config (#4029)
* docs: add code_actions to example config

* formatting

---------

Co-authored-by: opalmay <opal.mizrahi2@gmail.com>
2023-04-26 14:08:53 +03:00
Mateusz Bączek
261c677a8b
fix(user_command): update url in LvimDocs command (#4081) 2023-04-24 20:22:45 +07:00
Matthew Winter
be0bcaf8ff
fix: add missing LF to install script (#4075) 2023-04-24 20:13:01 +07: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
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