.
This commit is contained in:
parent
a22976111e
commit
d106be5558
2 changed files with 199 additions and 64 deletions
|
|
@ -2,4 +2,12 @@
|
|||
-- I promise not to create any merge conflicts in this directory :)
|
||||
--
|
||||
-- See the kickstart.nvim README for more information
|
||||
return {}
|
||||
return {
|
||||
{
|
||||
'brenoprata10/nvim-highlight-colors',
|
||||
|
||||
config = function()
|
||||
require('nvim-highlight-colors').setup {}
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue