Twiggeh

Results 23 comments of Twiggeh

> what other plugins do you have installed? can you run let @+ = ('au VimEnter') and paste the output here I am sorry am new to nvim, I put...

![image](https://user-images.githubusercontent.com/23149166/175574728-1376a52f-3db5-41dc-8c44-1b362983482b.png) > if you run that command in vim it will put the output of `au VimEnter` into your clipboard. otherwise you could just run `au VimEnter` and screenshot it...

My full config: https://github.com/Twiggeh/nvim-cfg

When you re-run it seg-faults at different libraries : ```bun install v0.1.5 🔍 argparse [119/256] SegmentationFault at 188 –––– bun meta –––– Bun v0.1.5 Linux x64 #1 SMP PREEMPT_DYNAMIC Wed...

I disabled all my plugins to test who was / were the culprits, and started enabling them one by one. Maybe it is an interaction with a different plugin, but...

You can see in btop whenever the nvim goes to 100% cpu usage is when I try to execute paste / open the file with indentline enabled. I am sorry...

```lua local status_ok, indent_blankline = pcall(require, "indent_blankline") if not status_ok then return end vim.g.indent_blankline_buftype_exclude = { "terminal", "nofile" } vim.g.indent_blankline_filetype_exclude = { "help", "startify", "dashboard", "packer", "neogitstatus", "NvimTree", "Trouble", }...

The autocommand fixes the editor-lag :blush:, but unfortunately the "opening" of the file is still super slow. I couldn't find a better autocmd, to fix that I would probably need...

Bumping this, Vim plugin getting unusable, slowdown is only happens in insert mode. Process Explorer points out that there is no high CPU usage, but my memory used for the...