LazyVim.LazyVim/lua/lazyvim/plugins/extras/lang
Iordanis Petkakis cbd9d700dc
fix(typescript): don't hardcode values in lua table (#2254)
* fix(typescript): don't hardcode values in lua table

When a user changes `vim.opt.shiftwidth` with some auto-command, it's
not taken into account. Make `opts` a function, so that values get
evaluated when `lspconfig` loads instead.

* fix(typescript): remove format settings entirely

* fix(typescript): add back comment and Lua annotations

* fix(typescript): bring back function call completion snippets
2024-01-21 20:28:16 +01:00
..
clangd.lua fix(clangd): update setup from upstream changes (#1308) 2023-08-29 17:57:09 +02:00
cmake.lua fix(lang): add cmakelint to ensure installed list (#1826) 2023-10-25 15:50:02 +02:00
docker.lua feat!: make conform.nvim and nvim-lint the default formatters/linters 2023-10-12 11:48:02 +02:00
elixir.lua feat!: make conform.nvim and nvim-lint the default formatters/linters 2023-10-12 11:48:02 +02:00
go.lua feat(go): add gofumpt formatter with conform/none-ls (#1683) 2023-10-13 12:43:51 +02:00
java.lua fix: fix jdtls not spwaning in windows (#1864) 2023-10-25 15:46:39 +02:00
json.lua perf: dont't load schemastore as an lspconfig dep 2023-10-01 16:21:18 +02:00
markdown.lua perf(markdown): prevent headlines.nvim slowing down initial rendering with nvim README.md 2023-10-25 15:40:57 +02:00
omnisharp.lua feat!: make conform.nvim and nvim-lint the default formatters/linters 2023-10-12 11:48:02 +02:00
python-semshi.lua fix(extras.python-semshi): improve highlights (#1845) 2023-10-25 15:47:07 +02:00
python.lua fix(python): add ft to Python keymaps, and fix "Markdown Preview" toggle description (#1729) 2023-10-15 07:21:17 +02:00
ruby.lua feat(extras): add ruby as extras for languages (#881) 2023-06-17 08:27:15 +02:00
rust.lua fix(rust): explicitly enable nvim-cmp source registration for crates (#1609) 2023-10-07 11:45:03 +02:00
tailwind.lua fix(tailwind): nil check for filetypes_include. Fixes #1607 2023-10-06 23:06:51 +02:00
terraform.lua feat!: make conform.nvim and nvim-lint the default formatters/linters 2023-10-12 11:48:02 +02:00
tex.lua feat(lang): add tex support (#1156) 2023-07-20 12:26:05 +02:00
typescript.lua fix(typescript): don't hardcode values in lua table (#2254) 2024-01-21 20:28:16 +01:00
yaml.lua perf(util): split lazyvim.util in smaller separate modules 2023-10-12 11:48:02 +02:00