i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add outer comment tree-sitter textobject and don't lazy-load telescope.nvim

+2
+2
nvim/.config/nvim/lua/plugins.lua
··· 122 122 ["af"] = "@function.outer", 123 123 ["if"] = "@function.inner", 124 124 ["ac"] = "@comment.outer", 125 + ["ic"] = "@comment.outer", 125 126 }, 126 127 selection_modes = { 127 128 ["@function.outer"] = "V", ··· 268 269 269 270 { 270 271 "nvim-telescope/telescope.nvim", 272 + lazy = false, 271 273 version = "*", 272 274 dependencies = { 273 275 "nvim-lua/plenary.nvim",