nvim-treesitter-context:显示代码上下文 (0)踩踩(0) 所需:1积分 NewLife.RocketMQ 2025-01-09 15:54:27 积分:1 ATP 2025-01-09 15:47:11 积分:1 atp 2025-01-09 15:46:37 积分:1 ASD-FCT-DT-consistency 2025-01-09 15:40:46 积分:1 ...
{"nvim-treesitter/nvim-treesitter",build=":TSUpdate",version=false,--last release is way too old and doesn't work on Windowslazy=false,cmd={"TSUpdateSync","TSUpdate","TSInstall"},init=function(plugin)require("lazy.core.loader").add_to_rtp(plugin)require("nvim-treesitter.query_predic...
Show code context. Contribute to nvim-treesitter/nvim-treesitter-context development by creating an account on GitHub.
require'treesitter-context'.setup{enable=true,--Enable this plugin (Can be enabled/disabled later via commands)multiwindow=false,--Enable multiwindow support.max_lines=0,--How many lines the window should span. Values <= 0 mean no limit.min_window_height=0,--Minimum editor window height to...
lua/treesitter-context.lua Outdated Show resolved apollo1321 force-pushed the multiwindow-support-pt1 branch from 8e331c2 to c703718 Compare August 25, 2024 21:46 feat: multiwindow support; new scheduling mechanism b29eef1 apollo1321 force-pushed the multiwindow-support-pt1 branch from c70...
jethro-djan / tree-sitter-context Public Notifications Fork 0 Star 0 Code Issues Pull requests Actions Projects Security Insights Search all projects No open projects Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share ...
Description @apollo1321 I am experiencing a crash with the nvim-treesitter-context feature when using Neovim with the multiwindow option enabled. I was unable to reproduce the bug with the minimal configuration. Additionally, Neovim does...
NODE_MODULE_INIT(/* exports, module, context */) { Init(exports, Nan::To<v8::Object>(module).ToLocalChecked()); } #else NODE_MODULE(tree_sitter_regex_binding, Init) #endif} // namespace0 comments on commit 7a35748 Please sign in to comment. Footer...
Neovim treesitter plugin for setting the commentstring based on the cursor location in a file. - JoosepAlviste/nvim-ts-context-commentstring