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