LazyVim.LazyVim/lua/lazyvim/plugins
Radvil 2c86da7c2d
feat(typescript): configure inlayHint (#2995)
* feat(typescript): configure inlayHint
since LazyVim have toggle inlayhint keymap, it make sense to configure
them for each extra languages provided. In this commit I just add the
configuration for typescript, since IDK how to configure the rest of
lang extras that was provided.

* fix: changed defaults

---------

Co-authored-by: Radvil <radvil.linux@gmail.com>
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2024-05-15 15:45:13 +02:00
..
extras feat(typescript): configure inlayHint (#2995) 2024-05-15 15:45:13 +02:00
lsp fix(lsp): check if diagnostics.signs is disabled by user (#2897) 2024-05-15 11:29:55 +02:00
coding.lua fix(mini.pairs): better default for ```` 2024-04-11 17:23:17 +02:00
colorscheme.lua feat(catppuccin): enable more integrations (#1922) 2023-11-04 11:09:01 +01:00
editor.lua fix(fzf-native): try rebuilding fzf-native when needed. Fixes #2464 2024-05-13 08:53:20 +02:00
formatting.lua feat: use LazyVim everywhere instead of require("lazyvim.util") 2024-03-22 09:15:09 +01:00
init.lua perf(plugin): move all lazy.nvim related code to lazyvim.util.plugin 2023-10-12 11:48:02 +02:00
linting.lua fix(nvim-lint): don't duplicate linters. Fixes #2852 2024-03-27 16:54:38 +01:00
treesitter.lua perf(treesitter): load treesitter early during startup when opening a file from the cmdline 2024-05-14 21:41:56 +02:00
ui.lua fix(ui): don't lazy-load dashboard-nvim (#3107) 2024-05-12 09:57:29 +02:00
util.lua fix(sessions): added folds to sessions 2023-10-27 18:34:33 +02:00
xtras.lua feat(extras): added extra for the trouble.nvim v3 beta 2024-03-28 22:11:55 +01:00