LazyVim.LazyVim/lua/lazyvim/plugins/extras/lang
loqusion 79b1c92dd2
feat(rust): rust improvements (#1015)
* fix(rust): move lspconfig opts to correct location

lspconfig's `opts` goes in rust-tools's `opts.server`; see
https://github.com/simrat39/rust-tools.nvim#configuration

* feat(rust): add neotest-rust

* feat(rust): allow user to extend rust-tools with `opts`

Also avoids calling rust-tools's `setup()` twice.

* style(rust): fix indentation for stylua comment
2023-06-30 16:19:00 +02:00
..
elixir.lua feat(extra): Add Elixir support and config (#993) 2023-06-30 08:41:48 +02:00
go.lua feat(go): add workaround to get semantic token highlighting (#815) 2023-05-24 23:22:40 +02:00
json.lua fix(treesitter): dont add to ensure_installed when "all". Fixes #98 2023-01-22 10:36:49 +01:00
ruby.lua feat(extras): add ruby as extras for languages (#881) 2023-06-17 08:27:15 +02:00
rust.lua feat(rust): rust improvements (#1015) 2023-06-30 16:19:00 +02:00
tailwind.lua fix!: remove nvim-colorizer.lua It actually wasn't even enabled and I'll add hipatterns with optional tailwind support soon 2023-05-25 21:55:05 +02:00
typescript.lua feat(typescript): added dap config for typescript. Will only be enabled when dap is also enabled 2023-05-24 10:47:54 +02:00