mirror of
https://git.aramjonghu.dev/AramJonghu/nvim.git
synced 2026-09-01 07:33:31 +02:00
feat(type hinting config): added configuration defaults for langs
This commit is contained in:
@@ -2,7 +2,7 @@ return {
|
||||
{
|
||||
"MysticalDevil/inlay-hints.nvim",
|
||||
event = "LspAttach",
|
||||
dependencies = { "neovim/nvim-lspconfig" }, -- optional
|
||||
dependencies = { "neovim/nvim-lspconfig" },
|
||||
config = function() require("inlay-hints").setup() end,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user