LazyVim.LazyVim/lua/lazyvim/plugins/extras
Arthur 94c9f4cf37
feat(extras.lang): Add kotlin (#2890)
* Add kotlin lang

* Update the opts.ensure_installed

* Add the kotlin setup in nvim-dap

* Update plugins based on the review comments.

1. Remove kotlin language server from mason

2. Add optinal is true, only enabled if the user has explicitly enabled
the extra plugin.

3. Remove duplicate dependencies cause they are already defined in the
plugin.

4. Add none-ls as optional

* Update comment message
2024-05-20 21:24:50 +02:00
..
coding fix(yanky): load yanky earlier to avoid losing deleted lines (#3234) 2024-05-19 17:25:00 +02:00
dap feat(extras): tags some extras as recommended 2024-05-18 14:12:26 +02:00
editor fix: show refactored success msg (#3233) 2024-05-19 17:45:36 +02:00
formatting fix(prettier): use prettier instead of prettierd. Too many people get truncated files. Fixes #712. See #1735 2023-10-15 22:28:56 +02:00
lang feat(extras.lang): Add kotlin (#2890) 2024-05-20 21:24:50 +02:00
linting feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
lsp feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
test feat(extras): tags some extras as recommended 2024-05-18 14:12:26 +02:00
ui fix(mini.starter): changes based on echasnovski's recommendation (#3223) 2024-05-18 18:14:35 +02:00
util fix(gitui): properly delete lazygit keymap at the correct time. Fixes #3227 2024-05-19 09:29:17 +02:00
lazyrc.lua feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
vscode.lua feat(vscode): enable more compatible plugins (#3250) 2024-05-20 19:56:14 +02:00