nvim-config
neovim config (by RicardoRien)
friendly-snippets
Set of preconfigured snippets for different languages. (by rafamadriz)
nvim-config | friendly-snippets | |
---|---|---|
7 | 48 | |
6 | 1,944 | |
- | - | |
4.6 | 8.2 | |
7 months ago | 28 days ago | |
Lua | Lua | |
- | 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.
nvim-config
Posts with mentions or reviews of nvim-config.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-25.
- Why my LSP keymaps doesn't work with Dart LSP?
- Migration help: from Packer to Lazy
-
Best way to learn how to configure Nvim
Check my repo while you see the whole serios of videos: https://github.com/RicardoRien/nvim-config You can start from here (Yeah, it's the author of LunarVim (christ@machine) but teaching us how to custom our own shit) Please, follow this steps: Install Neovim from source: https://www.youtube.com/watch?v=Vghglz2oR0c&t=483s (Like first 20 min, you don't have to watch all the videos) (please, we are in nvim 0.8, choose the correct brach and compile) Check this series of videos about how to order your folders and config basic stuff (But please, be aware, some things are outdate, just check Christ repo, go to the file copy and paste) https://github.com/ChristianChiarulli/nvim https://www.youtube.com/watch?v=ctH-a-1eUME Good luck.
-
About Prisma LSP Features
In this file on line 11 you specify the LSP that you are configuring. You have to add "prismals"
-
How can I create my own snippets with LuaSnip?
Hi! I'm using L3MON4D3/LuaSnip as snippet engine, also Cmp-luasnip as snippet completions. This is my config: nvim-config (christ@machine old config, before it was 100% dedicated to LunarVim) So, I have a folder typescript with a file called generated.json
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 nvim-config and friendly-snippets you can also consider the following projects:
dev-environment-files
LuaSnip - Snippet Engine for Neovim written in Lua.
kickstart.nvim - A launch point for your personal nvim configuration
vim-vsnip - Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
nvim-config - Generalized and Personalized
snippets.nvim
Launch.nvim - 🚀 Launch.nvim is modular starter for Neovim.
ultisnips - UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
lspkind.nvim - vscode-like pictograms for neovim lsp completion items
cmp_luasnip - luasnip completion source for nvim-cmp
language-server-protocol - Defines a common protocol for language servers.
cmp-nvim-lsp - nvim-cmp source for neovim builtin LSP client
nvim-config vs dev-environment-files
friendly-snippets vs LuaSnip
nvim-config vs kickstart.nvim
friendly-snippets vs vim-vsnip
nvim-config vs nvim-config
friendly-snippets vs snippets.nvim
nvim-config vs Launch.nvim
friendly-snippets vs ultisnips
friendly-snippets vs lspkind.nvim
friendly-snippets vs cmp_luasnip
friendly-snippets vs language-server-protocol
friendly-snippets vs cmp-nvim-lsp