added neovim config and basic README.md

This commit is contained in:
devaine 2024-11-12 21:40:50 -06:00
commit 56bca305b2
No known key found for this signature in database
GPG key ID: BB0EAF4E85E4DE98
12 changed files with 312 additions and 1 deletions

View file

@ -0,0 +1,8 @@
-- For more information: https://github.com/brenoprata10/nvim-highlight-colors
return {
"brenoprata10/nvim-highlight-colors",
config = function ()
require("nvim-highlight-colors").setup({})
end
}