LazyVim.LazyVim/lua/lazyvim/plugins/extras
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
..
coding fix(tabnine): run :CmpTabnineHub automatically on build (#1788) 2023-10-19 07:54:19 +02:00
dap fix(dap): copy config before overriding args 2023-10-12 11:48:02 +02:00
editor feat: disable kind_filter for markdown and help 2023-10-15 22:34:42 +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 fix(typescript): don't hardcode values in lua table (#2254) 2024-01-21 20:28:16 +01:00
linting fix(eslint): correct working directories name (#2071) 2024-01-21 19:53:09 +01:00
lsp feat!: make conform.nvim and nvim-lint the default formatters/linters 2023-10-12 11:48:02 +02:00
test feat(test): Add <leader>tl to neotest.run_last() (#1968) 2024-01-21 19:37:38 +01:00
ui style: added trouble ft for the next gen trouble 2023-10-25 14:05:32 +02:00
util fix(dot): treesitter for hypr was renamed to hyprlang 2024-01-20 12:50:34 +01:00
vscode.lua style: removed dead code 2023-10-04 13:19:12 +02:00