Files
termux-packages/packages/neovim/sysinit.vim
termux-pacman-bot f2476eb897 enhance(main/neovim): use queries from tree-sitter-parsers to highlight files
tree-sitter-parsers provides parsers and queries, but neovim doesnt make
use of the latter, this makes files loose all syntax highlighting

also fixed sorting order in build.sh because `termux-language-server`
was complaining about it
2026-02-05 13:30:53 +00:00

9 lines
256 B
VimL

" enable mouse input in all modes
set mouse=a
" Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
set mousescroll=ver:1,hor:6
" add highlights from tree-sitter-parsers
set runtimepath+=@TERMUX_PREFIX@/share/tree-sitter