You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ts-playground/plugin/nvim-treesitter-playground.vim

10 lines
291 B
VimL

lua << EOF
require "nvim-treesitter-playground".init()
EOF
highlight default link TSPlaygroundFocus Visual
highlight default link TSQueryLinterError Error
highlight default link TSPlaygroundLang String
command! TSPlaygroundToggle lua require "nvim-treesitter-playground.internal".toggle()