LazyVim.LazyVim/lua/lazyvim/plugins/extras/lang
Arthur 2244af1a86
fix(kotlin): kotlin plugin messages and code maintain consistency (#3291)
### Description
I am the author of this
[PR](https://github.com/LazyVim/LazyVim/pull/2890).

While reviewing my own code and checking the LazyVim official website, I
noticed some inconsistencies 😓 , so I created a small PR to address
them:

### Changes
1.Each optional plugin has a comment message indicating that the plugin
is optional, but DAP does not (as shown in the image). Since the
official website already has an "optional" in title.
**I removed the comment messages regarding "optional" to avoid
confusion**.
<img width="300" alt="Screenshot 2024-05-23 at 10 31 38 PM"
src="https://github.com/LazyVim/LazyVim/assets/82575487/441979fc-20dd-4599-a91d-f27bc0841d79">


---

2. I changed the DAP to use local variables for DAP to maintain
consistency, even though both require statements reference the same
module.
2024-06-06 10:53:58 +02:00
..
angular.lua fix(angular): treesitter not enabled for angular templates (#3469) 2024-06-06 00:01:42 +02:00
ansible.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
astro.lua feat: enabled ts-plugin support for astro and svelte 2024-06-05 11:09:12 +02:00
clangd.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
cmake.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
docker.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
elixir.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
go.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
haskell.lua fix(extras): added recommended for helm/haskell 2024-06-05 17:36:02 +02:00
helm.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
java.lua fix(java): properly pass settings to jdtls 2024-05-20 22:39:36 +02:00
json.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
kotlin.lua fix(kotlin): kotlin plugin messages and code maintain consistency (#3291) 2024-06-06 10:53:58 +02:00
markdown.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
nix.lua feat(lang): add nix language support (#2956) 2024-06-05 23:44:43 +02:00
nushell.lua feat(nushell): add minimal support (#2416) 2024-06-05 23:35:46 +02:00
omnisharp.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
python.lua feat(lsp): simpler API to deal with code actions 2024-06-05 22:18:14 +02:00
r.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
ruby.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
rust.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
scala.lua fix(extra.lang.scala): Fix the always initializing regardless of file… (#3455) 2024-06-05 08:07:13 +02:00
svelte.lua feat(prettier): the prettier extra now needs a prettier config file by default. See docs to change this. 2024-06-05 22:55:36 +02:00
tailwind.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
terraform.lua feat(extras): added recommended detectors for all languages 2024-05-18 14:39:20 +02:00
tex.lua fix(which-key): use new which-key support for native group keymaps (nop) 2024-06-06 10:46:56 +02:00
toml.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00
typescript.lua fix(typecript): remove dependency on nvim-vtsls. Not needed anymore 2024-06-05 22:19:44 +02:00
vue.lua refactor: refactored mason/typescript/vue support 2024-06-01 08:31:10 +02:00
yaml.lua fix: cleanup unnecessary treesitter langs and mason lsp servers 2024-06-05 18:07:01 +02:00