mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-07 09:35:37 -08:00
some variety on macbook
This commit is contained in:
9
lua/plugins/tiny-inline.lua
Normal file
9
lua/plugins/tiny-inline.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
{
|
||||
'rachartier/tiny-inline-diagnostic.nvim',
|
||||
event = 'VeryLazy',
|
||||
config = function()
|
||||
require('tiny-inline-diagnostic').setup()
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user