update telescope and treesitter for nvim v0.12

This commit is contained in:
Johannes Knopp
2026-04-10 14:08:56 +02:00
parent 63f99ff01a
commit 252c88b869
9 changed files with 46 additions and 43 deletions

View File

@ -1,4 +1,4 @@
local lazypath = vim.fn.stdpath('data') .. 'lazy/lazy.nvim'
local lazypath = vim.fn.stdpath('data') .. '/lazy/lazy.nvim'
-- bootstrap lazy
if not (vim.uv or vim.loop).fs_stat(lazypath) then