Move treesitter highlights inside nvim condition

This commit is contained in:
Patrick Stockwell
2023-09-11 14:14:43 +10:00
parent 5b5014a567
commit 5facd38476
2 changed files with 38 additions and 31 deletions

View File

@@ -1,7 +1,6 @@
" =============================================================================
" Author: Patrick Stockwell
" License: MIT License
" Email: longnow@tutanota.com
" =============================================================================
let s:yellow = { "cterm": 228, "gui": "#E7DC6D" }