snippet-converter.nvim VS dotfiles

Compare snippet-converter.nvim vs dotfiles and see what are their differences.

snippet-converter.nvim

Bundle snippets from multiple sources and convert them to your format of choice. (by smjonas)

dotfiles

My personal configuration files for Awesome, Picom, Kitty, Fish, Neovim, mpd, ncmpcpp, and Rofi. (by Aumnescio)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
snippet-converter.nvim dotfiles
12 7
166 0
- -
3.1 3.5
7 months ago about 1 month ago
Lua Lua
Mozilla Public License 2.0 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.

snippet-converter.nvim

Posts with mentions or reviews of snippet-converter.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-10.
  • How to write `pretty_print`ed json data into a json file?
    4 projects | /r/neovim | 10 Jan 2023
    Afaik there is nothing built into Neovim that can do this. However, I have required this for one of my plugins so I created it. Here is the link: https://github.com/smjonas/snippet-converter.nvim/blob/main/lua/snippet_converter/utils/json_utils.lua. Feel free to use it!
  • UltiSnips to LuaSnip converter
    5 projects | /r/neovim | 6 Jan 2023
    Also, my snipmate parser is probably a good starting point since the grammar is relatively simple: https://github.com/smjonas/snippet-converter.nvim/blob/main/lua/snippet_converter/core/snipmate/body_parser.lua
  • ultisnip or vsnip?
    2 projects | /r/neovim | 12 Dec 2022
    Moved to LuaSnip with the aid of snippert-converter, and it's good. No performance issues, easy to setup with nvim-cmp and works well. Would recommend.
  • [Help] Convert LaTeX UltiSnips Snippets to LuaSnip
    3 projects | /r/neovim | 16 Aug 2022
    Please check out my plugin snippet-converter.nvim which will hopefully save you a lot of time! I have put in a lot of effort to handle as many edge cases as possible so you don't have to worry about line breaks and stuff. Cheers! (Note that this plugin currently only supports vscode_luasnip as a target format not "native" LuaSnip snippets in Lua but VSCode-style snippets should cover 99% of your use cases).
  • From UltiSnips to LuaSnip
    1 project | /r/neovim | 2 Aug 2022
    Nice article! Luasnip also supports snippet priorities btw so you don't need to delete them. You could also automate the conversion of the snippets using snippet-converter.nvim (hope no one minds a bit of self-advertising here ;). That should surely speed things up a bit.
  • Can I use ultisnip and luasnip together with nvim-cmp
    1 project | /r/neovim | 5 Jun 2022
    No you would need to convert the snippets to VSCode or SnipMate format first. You can do that using a plugin like snippet-converter.nvim (disclaimer: I am the author of that plugin). Simply set the output format to vscode_luasnip or snipmate_luasnip.
  • How to use the below given plugin in neovim
    4 projects | /r/neovim | 30 May 2022
    Shameless plug: you could also try my plugin https://github.com/smjonas/snippet-converter.nvim which can handle many more edge cases :)
  • Initial release of snippet-converter.nvim
    1 project | /r/neovim | 9 May 2022
    I am excited to announce the release of my first own plugin snippet-converter.nvim that I've been working on for the last couple of months!
  • Luasnips, how to get around the awful syntax?
    2 projects | /r/neovim | 6 May 2022
    You can try my plugin snippet-converter.nvim, it has not been officially released yet but it's already functional. Sorry for the self-promotion but this seems to solve your problem :) It allows you to write your snippets in UltiSnips format and convert them to VSCode snippets.
  • Make LuaSnip to disable certain snippets from Friendly Snippet?
    1 project | /r/neovim | 19 Apr 2022
    There does not seem to be a good way to do this at the moment. However, you might be interested in my plugin snippet-converter.nvim that I've been working on for a few months now - the issue you described is one of the use cases of the plugin! It's already usable but there is still some stuff that need to be worked on... If that's done I'll definitely make an announcement on this sub (hopefully in the next weeks) :)

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-12.
  • Did you remap your vim keys when switching to different layout than qwerty?
    1 project | /r/neovim | 17 Dec 2022
    If you really want to look at all my bindings, you can browse my dotfiles. Image of my layout here. I have multiple layers though, so not everything is visible there. I can try sharing the whole Moonlander layout if someone wants it..
  • ultisnip or vsnip?
    2 projects | /r/neovim | 12 Dec 2022
    It's quite straightforward to setup by following the instructions on github. You can also take a look at my dotfiles, if you do decide to give LuaSnip a try. There are also some sample snippets there, in Ultisnips, vscode-luasnips and snipmate formats. Snipmate and Ultisnips formats are much nicer to write than the tree of nodes syntax that LuaSnip also uses.
  • Getting colorscheme colors.
    1 project | /r/neovim | 24 Nov 2022
    Depends on how themes do it. I would assume a good number of themes would have a reasonably easy way to get the colors. For example something like this.
  • commands for mapping keys
    1 project | /r/neovim | 22 Nov 2022
    You can find lots of examples on peoples dotfiles (link to my bindings, for example), or by just googling a bit.
  • HTML doesn't look correct with nvim-treesitter
    2 projects | /r/neovim | 15 Nov 2022
    Yeah, of course, every theme does that. You can look at this for reference. And you can use a function like this to get the capture group for a node under cursor.
  • What color scheme do you use with transparent background enabled?
    25 projects | /r/neovim | 8 Nov 2022
    My own theme, link to dotfiles [here](https://github.com/Aumnescio/dotfiles). I'll release it in its own repo at some point, but its very simple, so fetching it from the dots isn't hard either, if someone wants to test it out.
  • How to disable italics in Neovim?
    2 projects | /r/neovim | 5 Nov 2022
    In my theme, you'd just set all the "italic = true" to "italic = false".

What are some alternatives?

When comparing snippet-converter.nvim and dotfiles you can also consider the following projects:

vim-react-snippets - Useful snippets for developing in React (Javascript and Typescript)

minimal.nvim

nvim-typora - Bindings for Typora's Markdown in Neovim

leaf.nvim - A forest green dark & light colorscheme for Neovim

LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.

nvim - Personal Neovim config for web development

vusted - A busted wrapper for testing neovim plugin

sonokai - High Contrast & Vivid Color Scheme based on Monokai Pro

lualine.nvim - A blazing fast and easy to configure neovim statusline plugin written in pure lua.

nightfox.nvim - 🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.

packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config

vim-monokai-tasty - VIM Colour scheme