vim-snippets
vim-visual-multi
Our great sponsors
vim-snippets | vim-visual-multi | |
---|---|---|
16 | 37 | |
4,499 | 2,770 | |
- | - | |
7.0 | 5.5 | |
5 days ago | 5 months ago | |
Vim Snippet | Vim Script | |
MIT License | MIT License |
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.
vim-snippets
-
JavaScript and CSS in HTML files
Also, I'm using vim-snipmate style snippets in LuaSnip. How can I import snippets in javascript.snippets in html.snippetswithout having to copy everything.
-
Can anybody give me some review of coq_nvim :>
cmp works fine and I was able to trivially make it only suggest lsp completion for me by only including lsp sources. The setup is significantly more complicated with having the install 7ish plugins instead of just 3 for coq. I don't think I would've had the patient to go through the setup when I was just starting to use neovim. cmp also have much nicer UI (e.g. it shoulds documentation and sometimes function signiture as you browse through the suggestion.) With snippet you can find something like https://github.com/honza/vim-snippets which have more than what I need. You also need to choose a snippet engine so that's more decision to make.
- Closing brackets are highlighted in red when in the init.vim file
-
Is There a Snippet Collection for LuaSnip?
Since LuaSnip also supports snipmate I'm using vim-snippets since it's offering a lot of snippets I'm using often without having to write my own. But as @eliizaak said: it's not Lua and perhaps I'll find the time and energy to learn a bit more about LuaSnip and write my own snippets ... ;)
-
Snippets
Does this include snippets apart from honza/vim-snippets?
It includes the snippets from honza/vim-snippets and my own snippets.
-
Multiple templates for same filetype?
vim-snippets as you've already mentioned.
-
Do Vim Snippets work in Obsidian?
Skimming over the blog post you linked, it appears that the author uses Vim plugins to get some of the snippets working, which I'm near-certain is impossible with the Vim features available to Obsidian. I don't think installing Vim plugins with vim-plug (as used by both myself and the author of the linked blog) is possible in Obsidian, for example. Without some way to manage installing Vim plugins, you won't be able to get plugins which enable vim snippets as used in the blog post.
-
[vimtex, vim-sandwich] How would you surround visual selected text with \emph{...} or \textbf{...} via a macro?
Sorry does it?
-
How to automatically include C headers in vim?
Auto adding include files or a specific non-static function is generally a bad idea, but I use yasnippet on Emacs for copyright/licensing info, this seemingly has the same purpose but oriented towards vim users, which makes file templates trivial (on Emacs at least, I don’t usually use vim unless I can’t use Emacs or mg for some reason).
vim-visual-multi
-
Question about folke's which-key and <CR> (`RETURN`)
I think I'm looking in the wrong place unfortunately, seems like the plugin I want to use (vim-visual-multi) may have issues with which-key 🙁
- Neovim - Workflow para Java, C# e JS/TypeScript (Atualização com Neovim 0.8 e LSP)
-
nvim alternative for vim-visual-multi
I've been using vim-visual-multi for some time and it's amazing! But I wanted to know if there's one that's written in lua so it can be extended later easily?
-
How to do this in Neovim?
try: vim-visual-multi
-
Multiple cursors feature is equivalent of macros with live feedback
For what its worth, multi-cursor already exists and is pretty damn useful
-
Here's a question
vim-visual-multi - I wish I didn't do this one. learning substitutions better is the way to go
-
Migrating from vscodevim: need advice on batch edits on multiple files + rethinking multi-cursor workflows + 'hovering'
For the multi-cursor thing you can try vim-visual-multi (I don't use it, but people say is good). If you are curious about how to do it "the vim way" I talk about it here: Alternative to multi-cursors.
- [Help] How can I quickly "change" the surrounding of code block after copy/paste
-
Would you be interested in multicursor support for Neovim?
Anyway, if you want to work on this, I would advise to first give vim-visual-multi a try (or even try out Kakoune). I think it would be easier to implement if you find some benefits of using multiple cursors. And probably it would be best to first start a bigger discussion with the people that already tried to implement it (there are some issues and WIP PRs in the neovim repo), maybe even try to reach the author of vim-visual-multi.
Did you see that one? https://github.com/mg979/vim-visual-multi
What are some alternatives?
neovim - Vim-fork focused on extensibility and usability
nvim-select-multi-line - Neovim plugin. select multiple lines that are not adjacent.
obsidian-vimrc-support - A plugin for the Obsidian.md note-taking software
nvim-neoclip.lua - Clipboard manager neovim plugin with telescope integration
vim-surround - surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease
ultisnips - UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
emmet-vim - emmet for vim: http://emmet.io/
vis - A vi-like editor based on Plan 9's structural regular expressions
vim-commentary - commentary.vim: comment stuff out
vim-cool - A very simple plugin that makes hlsearch more useful.
snippets.nvim