NormalNvim
A normal Neovim distribution (by NormalNvim)
friendly-snippets
Set of preconfigured snippets for different languages. (by rafamadriz)
NormalNvim | friendly-snippets | |
---|---|---|
10 | 48 | |
638 | 2,429 | |
1.3% | 2.6% | |
9.1 | 8.1 | |
21 days ago | 3 months ago | |
Lua | Lua | |
GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
NormalNvim
Posts with mentions or reviews of NormalNvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-07.
-
Wich is better between Lunar vim and Astrovim
NormalNvim is a middle ground between both.
- NormalNvim is a normal Neovim config
-
How to map <Tab> but not affect <C-i>
This fix is included in NormalNvim, you can check the fix here. By mapping TAB this way, pressing TAB won't trigger the behavior of .
-
NormalNvim 2.0: Officially released
The mapping `gd` works correctly as described in the wiki. If you cannot use it, it means you have to use mason to install LSP support for go with `pm`
-
NormalNvim: Officially released
features
-
NormalNvim is a Neovim distro with Colemak-dh mappings
I still haven't released it officially, but in the meantime * You can find it here. * You can find the mappings here.
-
What's a very simple config change that you can't live without?
The mappings file of the nvim distro I'm about to release: NormalNvim
-
Just some design practice. Took NeoVim to make something out of it
It's creative commons? I'd love to use It for my nvim distro NormalNvim
friendly-snippets
Posts with mentions or reviews of friendly-snippets.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-12.
-
LazyVim: How to turn default plugins off?
Those definitely seem to be coming from friendly-snippets, so it seems like it's not being disabled. You can verify this with the :Lazy command to bring up the lazy.nvim menu then checking log or debug to see what is loaded, when, and why.
-
Benchmarking some of my favourite neovim plugins over time
Here you go :), tested with friendly-snippets lazy loaded (Non lazy-loaded is 500ms)
-
NormalNvim 2.0: Officially released
Snippets for code comments.
-
Enabling python's snippets.
I am trying to add snippets for python, i have LuaSnip and friendly-snippets installed, but for some reason it does not load the snippets. This is how i load the plugins:
-
PR with TSdoc support sent to friendly-snippets
I just sent [this PR](https://github.com/rafamadriz/friendly-snippets/pull/301) that implements the [full TSdoc specification](https://typedoc.org/guides/overview/) in [friently-snippets](https://github.com/rafamadriz/friendly-snippets). In practice what you get is autocompletion in your typescript comments, which should be a nice of life improvement for most typescript developers.
-
friendly-snippets VS luasnip-latex-snippets.nvim - a user suggested alternative
2 projects | 18 May 2023
-
Does anyone know how to quickly create class, interface, record, ...etc in java with nvim
You mean snippets? If yes, you can try Luasnip and friendly-snippets with nvim-cmp and here's the setup guide. Hope it helps
-
Multi-Line completion with nvim-cmp
For example Luasnip with (I guess) friendly-snippets has multi line snippets defined by default. And you can use luasnip with nvim-cmp (read the docs or I guess there’s a YouTube tutorial)
-
How to I find default snippets
If you copied the config in the readme, then the snippet come from friendly-snippets.
-
How can I get Better react intergration.
I would recommend lsp-zero, the tsserver lsp provides code actions for auto import. There is auto import when confirming completion as well, I've seen it working with cmp, however I can't remember If that is out of the box behaviour. For snippets, I would go with LuaSnip - It's very versatile snippet engine and it integrates well with many snippet formats. There are specifically react es7 snippet definitions in the friendly-snippets repo which can be used by LuaSnip - https://github.com/rafamadriz/friendly-snippets/blob/main/snippets/javascript/react-es7.json
What are some alternatives?
When comparing NormalNvim and friendly-snippets you can also consider the following projects:
zeioth-zmk - My wireless keyboard drivers
LuaSnip - Snippet Engine for Neovim written in Lua.
codeexplain.nvim - A nvim plugin Powered by GPT4ALL for Real-time Code Explanation and Vulnerability Detection (no internet necessary)
nvim-cmp - A completion plugin for neovim coded in Lua.
zeioth-qmk - My wired keyboard drivers
luasnip-latex-snippets.nvim - A port of Gilles Castel's UltiSnip snippets for LuaSnip.