Skip to content

Commit

Permalink
feat(lvim): add nvim-highlight-colors plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed Jan 17, 2025
1 parent dd1b2bd commit 17be001
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions synced/symlink/.config/lvim/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ lvim.plugins = {
{
"tpope/vim-eunuch",
},
{
"brenoprata10/nvim-highlight-colors",
config = function()
vim.opt.termguicolors = true
require("nvim-highlight-colors").setup()
end,
}
}


Expand Down
1 change: 1 addition & 0 deletions synced/symlink/.config/lvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"nvim-cmp": { "branch": "main", "commit": "5260e5e8ecadaf13e6b82cf867a909f54e15fd07" },
"nvim-dap": { "branch": "master", "commit": "5a2f7121869394502521c52b2bc581ab22c69447" },
"nvim-dap-ui": { "branch": "master", "commit": "34160a7ce6072ef332f350ae1d4a6a501daf0159" },
"nvim-highlight-colors": { "branch": "main", "commit": "68a4df620cf58e2c7336e53738e8cf3a522ad694" },
"nvim-lspconfig": { "branch": "master", "commit": "eadcee1573ca9d0e0cd36a49f620186a8dfdc607" },
"nvim-navic": { "branch": "master", "commit": "8649f694d3e76ee10c19255dece6411c29206a54" },
"nvim-tree.lua": { "branch": "master", "commit": "2bc725a3ebc23f0172fb0ab4d1134b81bcc13812" },
Expand Down

0 comments on commit 17be001

Please sign in to comment.