LazyVim.LazyVim/lua/lazyvim
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
..
config fix(autocmds): avoid checktime when buftype=nofile (#2270) 2024-01-21 20:20:54 +01:00
plugins fix(typescript): don't hardcode values in lua table (#2254) 2024-01-21 20:28:16 +01:00
util fix(lsp): fix inlay hints for older nightlies. See #2007 2023-11-30 21:24:07 +01:00
health.lua fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
init.lua feat(config)!: LazyVim can now be configured like any other plugin with {"LazyVim/LazyVim", opts = ... }. config.settings is deprecated 2023-01-10 11:14:27 +01:00