mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
feat: color highlighting
This commit is contained in:
parent
cdc250e10d
commit
282747a961
2 changed files with 6 additions and 0 deletions
|
|
@ -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
4
nvim/plugin/colors.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
-- Ensure termguicolors is enabled if not already
|
||||
vim.opt.termguicolors = true
|
||||
|
||||
require('nvim-highlight-colors').setup {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue