kalloc
kalloc
``` (gdb) thread apply all bt Thread 9 (LWP 16): #0 0x0000716fdeb1892e in ?? () from /usr/lib/libgomp.so.1 #1 0x0000716fdeb162e8 in ?? () from /usr/lib/libgomp.so.1 #2 0x0000716fdf349285 in ?? () from...
What can I do?
I solved my issue with: ``` { "akinsho/bufferline.nvim", event = "VeryLazy", dependencies = "nvim-tree/nvim-web-devicons", config = function() require("bufferline").setup({ options = { mode = "tabs", }, }) end, }, ``` and...