Otávio Schwanck dos Santos

Results 71 comments of Otávio Schwanck dos Santos

Same problem here, using barbar to delete unused buffers

@lcmen to really fix i did this: ```lua -- at lua/valid_lister_buffers.lua local function return_listed_valid_buffers() local buffers = vim.api.nvim_list_bufs() local buffersToUse = {} local bufferIndex = 1 for i=1,table.getn(buffers),1 do local...

> @otavioschwanck why do you need custom function? with this function i get only the buffers that are really open and the file size uns lower then 128kbs.

Same here, Ubuntu with latest neovim from ppa, lightspeed updated.

Reverting to 005320ff9e128de8689c6e675fa64ed5963e2d1c fixes the problem

Same here ![image](https://user-images.githubusercontent.com/9551316/99869085-22e68e80-2ba7-11eb-8ef4-7c2e4af40511.png)

I'm not using company-box, just (company-pseudo-tooltip-frontend company-echo-metadata-frontend). Without deep learning, tabnine loses a lot of potencial. WIth vscode and nvim, works fine with deep learning, the lags is when typing....

Maybe a good way is implement tabnine com https://github.com/emacs-lsp/lsp-mode as a language server, with this, the process run asynchronous, not depending on emacs

I started a doom emacs integration: https://github.com/hlissner/doom-emacs/pull/3265/files My two wishes are: 1 - Goto definition 2 - Integration with lsp (language server protocol). Any chance to integrate with lsp-mode and...

> The alternative is to present a real-world usecase and not spam opening a 1000 notifications. With 30 it get slow already... Using Franz with messenger, slack, whatsapp, you get...