mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-18 15:35:26 +00:00
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
9 lines
256 B
VimL
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
|