feat: inlay hints for ts and more LSPs

This commit is contained in:
2026-02-23 14:40:01 +01:00
parent 2bba7045ef
commit fdea1f7270
4 changed files with 51 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ return{
local configs = require("nvim-treesitter.configs")
configs.setup({
ensure_installed = { "c", "cpp", "lua", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html" },
ensure_installed = { "c", "cpp","haskell", "lua","svelte","python", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html" },
sync_install = false,
highlight = { enable = true },
indent = { enable = true },