feat: color highlighting

This commit is contained in:
kossLAN 2024-12-22 18:54:09 -05:00
parent cdc250e10d
commit 282747a961
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
2 changed files with 6 additions and 0 deletions

View file

@ -91,6 +91,8 @@ with final.pkgs.lib; let
# Notifications
nvim-notify
fidget-nvim
# Color Highlights
nvim-highlight-colors
# Copilot related plugins
CopilotChat-nvim

4
nvim/plugin/colors.lua Normal file
View file

@ -0,0 +1,4 @@
-- Ensure termguicolors is enabled if not already
vim.opt.termguicolors = true
require('nvim-highlight-colors').setup {}