configure inlay typehints in nvim lsp

This commit is contained in:
Johannes Knopp
2026-06-22 15:47:04 +02:00
parent 1c32b40669
commit 67085827b5
3 changed files with 22 additions and 5 deletions

View File

@ -1 +1,4 @@
vim.opt_local.shiftwidth = 2
vim.opt_local.expandtab = true
vim.opt_local.softtabstop = 2
vim.opt_local.tabstop = 2