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