chore: remove telescope

This commit is contained in:
2025-10-08 17:05:03 +03:00
parent 168bd977df
commit f7194a919e
20 changed files with 125 additions and 464 deletions

View File

@@ -3,8 +3,8 @@ return {
build = ":TSUpdate",
dependencies = {
"nvim-treesitter/nvim-treesitter-context",
"JoosepAlviste/nvim-ts-context-commentstring",
"nvim-treesitter/nvim-treesitter-textobjects",
"JoosepAlviste/nvim-ts-context-commentstring",
"kristoferssolo/tree-sitter-bruno",
"OXY2DEV/markview.nvim",
{
@@ -52,10 +52,10 @@ return {
incremenral_selection = {
enable = false,
keymaps = {
init_selection = "<C-leader>",
node_selection = "<C-space>",
scope_selection = "<C-space>",
node_deselection = "<C-backspace>",
init_selection = "<A-o>",
node_selection = "<A-o>",
scope_selection = "<A-O>",
node_deselection = "<A-i>",
},
},
textobjects = {