mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-04 17:59:50 -05:00
feat: color highlighting
This commit is contained in:
parent
cdc250e10d
commit
282747a961
2 changed files with 6 additions and 0 deletions
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