(nightly) is recommended, since it fixes some issues related to `vim.ui_attach` - OK: Not running inside **Neovide** - OK: You're not using a GUI - OK: **vim.go.lazyredraw** is not enabled - OK: **nvim-notify** is installed - OK: **TreeSitter vim** parser is installed ...
Install LazyVim and run:TSInstall latex try The first waynvimthen:e main.texand:Lazy(I sawVeryLazyfornvim-treesitter), and the second way runnvim main.texsee:Lazy(I sawnvim-treesitterstart atStartand vimtex give warningSyntax highlighting is controlled by Treesitter!) If enable extralang...
Problem configis ran on every start withlazy.nvimwhich means it will try to update the parsers on every start. This may lead to performance problems like this:folke/lazy.nvim#717 It is also installing the parsers synchronously which is really slow Solution use thebuildkey which is checked o...
go(indents) is concatenated from the following files: |[ERROR]:"/home/sakura/.local/share/nvim/lazy/nvim-treesitter/queries/go/indents.scm", failed to load: /usr/share/nvim/runtime/lua/vim/treesitter/query.lua:252: Query error at 37:2. Invalid node type "var_spec_list": (var_spe...
"https://github.com/folke/lazy.nvim.git", "--branch=stable", -- latest stable release lazypath, }) end vim.opt.rtp:prepend(lazypath) require("lazy").setup({ { { "nvim-treesitter/nvim-treesitter-textobjects", dependencies = { ...
{"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...
require('lazy').setup { 'JoosepAlviste/nvim-ts-context-commentstring', } Setup: For most commenting plugins, this is all you need and the defaults should work out of the box. However, some commenting plugins require a bit more set up. See the Configuration section for more details about...
This commit checks if filetype is already know before adding the autocommand. I was trying to setup treesitter on VeryLazy event with lazy. After a clean install I noticed non of the parcers being installed. tracked down to this and tried to fix. ...
fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { { "folke/snacks.nvim", opts = {} }, -- add any other plugins here }, }) Activity folkeadded bugSomething isn't working on Jan 16, 2025 ...
Describe the bug Open an empty .gitconfig, getting this error msg: Error in decoration provider treesitter/highlighter.win: Error executing lua: ...m/0.10.0/share/nvim/runtime/lua/vim/treesitter/query.lua:252: Query error at 28:2. Invali...