Compare commits

...

2 commits

Author SHA1 Message Date
5e907f38a1
Remove telescope.nvim version pin 2026-04-05 15:27:24 +03:00
9deb20f2a2
Fix nvim-treesitter config 2026-04-05 15:26:56 +03:00

View file

@ -20,8 +20,8 @@ return {
}, },
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
lazy = false,
build = ":TSUpdate", build = ":TSUpdate",
main = "nvim-treesitter.configs",
opts = { opts = {
ensure_installed = { ensure_installed = {
"vimdoc", "lua", "markdown", "markdown_inline", "c", "cpp", "rust", "javascript", "vimdoc", "lua", "markdown", "markdown_inline", "c", "cpp", "rust", "javascript",
@ -273,7 +273,6 @@ return {
}, },
{ {
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
branch = "0.1.x",
dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope-fzf-native.nvim" }, dependencies = { "nvim-lua/plenary.nvim", "nvim-telescope/telescope-fzf-native.nvim" },
config = function() config = function()
require("telescope").load_extension("fzf") require("telescope").load_extension("fzf")