Skip to content

Commit 888bbd7

Browse files
committed
break(neovim): Remove SynGroup function
I was using this function to find out why certain things weren't being highlighted correctly and modify some color schemes, but I have not used it in a long time so I'm removing it
1 parent aec49de commit 888bbd7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

configs/neovim/config/neovim/plugin/config/functions.vim

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ function! DuckIt(type, ...)
3939
let @@ = reg_save
4040
endfunction
4141

42-
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
43-
" Find what syntax group the current word is in "
44-
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
45-
function! SynGroup()
46-
let l:s = synID(line('.'), col('.'), 1)
47-
echo synIDattr(l:s, 'name') . ' -> ' . synIDattr(synIDtrans(l:s), 'name')
48-
endfun
49-
5042
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
5143
" Markdown toggle checkbox "
5244
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"

0 commit comments

Comments
 (0)