added neovim config and basic README.md
This commit is contained in:
parent
d7a014909d
commit
56bca305b2
12 changed files with 312 additions and 1 deletions
8
lua/core/plugins/highlight.lua
Normal file
8
lua/core/plugins/highlight.lua
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue