If you mean sponsor 'mini.nvim', then not quite yet. You can follow this GitHub issue to know when it's possible: github.com/nvim-mini/mi...
If you mean sponsor 'mini.nvim', then not quite yet. You can follow this GitHub issue to know when it's possible: github.com/nvim-mini/mi...
- There can be several highlight groups applied to a single cell and they can "combine" their attributes. How exactly - depends on how they are applied.
- Mention the `@variable.lua` type of groups and their nesting/fallback nature.
- There can be several highlight groups applied to a single cell and they can "combine" their attributes. How exactly - depends on how they are applied.
- Mention the `@variable.lua` type of groups and their nesting/fallback nature.
Left more details in the gist's comment.
Just to be clear: I am not advocating for you (or anyone) to move away from Helix. I think having a more informed decision will be a win-win situation here :)
Left more details in the gist's comment.
Just to be clear: I am not advocating for you (or anyone) to move away from Helix. I think having a more informed decision will be a win-win situation here :)
I am the 'mini.nvim' (github.com/nvim-mini/mi...) author. It contains a lot of useful modules. Better grep can come from 'mini.pick' and reference window can come from 'mini.clue'.
But it is Lua/Neovim only. So based on the other response, might not be a good fit.
I am the 'mini.nvim' (github.com/nvim-mini/mi...) author. It contains a lot of useful modules. Better grep can come from 'mini.pick' and reference window can come from 'mini.clue'.
But it is Lua/Neovim only. So based on the other response, might not be a good fit.
If you want to have a single Vimscript config for both Vim/Neovim, there is a way to source code only for Neovim: guard it behind `if has('nvim')`. Using Lua code in Vimscript is possible with `lua << EOF ... EOF` (see `:h lua-heredoc` in Neovim).
If you want to have a single Vimscript config for both Vim/Neovim, there is a way to source code only for Neovim: guard it behind `if has('nvim')`. Using Lua code in Vimscript is possible with `lua << EOF ... EOF` (see `:h lua-heredoc` in Neovim).
We are continuously trying to improve Neovim's "out of the box" LSP experience. So if you used those approaches, any feedback would be appreciated. If not - completely fine, of course :)
We are continuously trying to improve Neovim's "out of the box" LSP experience. So if you used those approaches, any feedback would be appreciated. If not - completely fine, of course :)
- Did you use new Neovim's `vim.lsp.enable` + `vim.lsp.config` together with 'neovim/nvim-lspconfig' plugin? The server setup is usually one line.
- Did you try dedicated plugins for better search and quick reference window?
- Did you use new Neovim's `vim.lsp.enable` + `vim.lsp.config` together with 'neovim/nvim-lspconfig' plugin? The server setup is usually one line.
- Did you try dedicated plugins for better search and quick reference window?
I've read comments that "lazy load everything" people were converted to "just list all plugins in `vim.pack.add()`". There are opposite comments, sure. That's okay.
I've read comments that "lazy load everything" people were converted to "just list all plugins in `vim.pack.add()`". There are opposite comments, sure. That's okay.
At the same time, brave people who are versed in configuring Neovim are welcome to try it out. Testing it out within documented feature set is highly appreciated.
At the same time, brave people who are versed in configuring Neovim are welcome to try it out. Testing it out within documented feature set is highly appreciated.
The already current set of features is enough for an average user. It might be baaic for plugin devs, but that is much smaller group.
The already current set of features is enough for an average user. It might be baaic for plugin devs, but that is much smaller group.
And it was created just before AI became so widespread.
And it was created just before AI became so widespread.
- @neovim.io - official Neovim account.
- bsky.app/profile/did:... - feed that tracks Neovim+Vim and some other editors. That's how I saw your post :)
- @neovim.io - official Neovim account.
- bsky.app/profile/did:... - feed that tracks Neovim+Vim and some other editors. That's how I saw your post :)
There are plans to make this setup more streamlined, but no time frame yet.
There are plans to make this setup more streamlined, but no time frame yet.