Michael Thompson
Michael Thompson
Make sure you've setup the Postfix bits (grok patterns, et al.) correctly and be sure to refresh the indexes. See https://github.com/ActionScripted/elastic-kibana-postfix/issues/2#issuecomment-458057818 for a similar issue.
Love this plugin, but also love Gutentags for tag file generation. We have things like SASS files that we have custom ctags defs for and Gutentags does a great job...
@tushar00jain, @iain are there specific features you're looking for with regards to native tabs? Would it just be to have the option of darker tabs and slightly updated UI/UX? Native...
Also, since this doesn't get said enough in issues: thanks so much for TPM. Love it and really appreciate the work that goes in to it.
Love the idea of this solution, but doing the following and have it technically work but not actually do anything is pretty disappointing: ```javascript import TableSort from 'tablesort'; function setupTableSort(selector)...
I realize this isn't as trivial as I make it sound. The anonymous functions and global assumptions for "Tablesort" would have to be reworked.
Had the same error and this fixed things if that helps in any way. Perhaps check the length of SessionWindows?
We've recently added a third-party library to our codebase and now if I open NeoVim, edit a file and quit it hangs while things are (re-)generated: ```bash time nvim #...
I'm not sure if this helps at all but for me it seems to happen when using Copilot (nvim-cmp, copilot-cmp, copilot.lua) and tab completion. When I use arrow keys things...
I haven't had a chance to test it locally but I wonder if something like this: ```lua vim.api.nvim_buf_set_option(popup.bufnr, 'foldenable', false) ``` Inside of `lua/neo-tree/sources/common/help.lua` might take care of things.