Add vim log highlight
This commit is contained in:
parent
733c2d28c8
commit
df3391a4cf
2 changed files with 13 additions and 1 deletions
|
|
@ -2,4 +2,10 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {}
|
||||
return {
|
||||
{
|
||||
'mtdl9/vim-log-highlighting',
|
||||
opts = {},
|
||||
config = function() end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue