kylo252

Results 212 comments of kylo252

I'm pretty sure it's something to do with `nvim-tree.lua` so this only happens with `lvim .` Please test any setup you like by modifying this function directly and report back...

> @kylo252 maybe we can add this autocommand to your latest PR 🤔 wdyt? only if it can be re-written in lua 😄 I'm not sure if `++nested` is conditional...

I found recent issues with ts_context_comment_string. do you have treesitter parser installed for these filetypes?

try this ```lua lvim.builtin.treesitter.context_commentstring.enable_autocmd = false ```

please share the output of `:checkhealth telescope`

Looking at that demo again, the project isn't that big, and it seems that only the previewer is slow. - compare the performance with the previewer disabled ```vim :Telescope find_files...

I don't really think there's anything to be done from lunarvim's side to be honest. Seems like a bottleneck somewhere between treesitter and telescope. You have actually installed the parser...

> specifically on my case, when the project is new and git hasn't been initialised yet, telescope with preview is incredibly slow. After I initialise git, the delay is gone...

> I'm experiencing lag when trying to use Telescope in a large Rails project. For example, if I want to open the `config/test.rb` file, I type `test` and see the...

are you sure you're not somehow bottlenecked with your `git` version? I can't reproduce this with https://github.com/LandonSchropp/lunar-vim-example-issue either.