Folke Lemaitre

Results 961 comments of Folke Lemaitre

https://github.com/folke/noice.nvim/commit/ec6c48e6f2bcd17ccd77190a76b9ac0679a43914 - cmdline search now has a separate view - Removed `filter_options`

https://github.com/folke/noice.nvim/commit/76cca661ae16ecdd66079af0b8f5d93297b8407e - routes will now re-use views with the same backend/options

Check `:h shortmess`. `t` option. Standard Neovim behavior ![image](https://user-images.githubusercontent.com/292349/198404868-ebf2efba-fa8f-4df3-828b-077683d74083.png)

@Pheon-Dev #142 is an nvin-notify problem, not Noice. Your issue #99, is not an issue at all. Your issue #99 was because of a plugin. All unrelated to this. This...

Just looked it up and `kb` is indeed the internal code for ``. Which I do here https://github.com/folke/noice.nvim/blob/ac29174bebeedb86983eea7436dabcf2b17dbc19/lua/noice/util/hacks.lua#L255

Once the upstream issue below is solved, this issue can be solved - [ ] https://github.com/neovim/neovim/issues/20463

There's no `parse_query`method on `vim.treesitter` as fas as I know. I made a bunch of updates, so might be good to check if that resolves your issue. Just to make...

Should work, but it seems like there's a lot of magic happening inside `telescope.builtin`, which Sumneko doesnt like, so you get little results back

Please check for the new preferred setup in the docs. This should resolve all of this.

I just **silently** (for now) released a new plugin that does this and a lot more. See https://github.com/folke/noice.nvim Feel free to test it out and give some feedback :)