Our great sponsors
-
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.
-
Comment.nvim
:brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
I think you could use Comment.nvim combine with nvim-ts-context-commentstring like explained in this video
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
nvim-ts-context-commentstring
Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.
I think you could use Comment.nvim combine with nvim-ts-context-commentstring like explained in this video
-
I think you need a different tool for that. nvim-cmp might be good for you. There is a way to configure nvim-cmp and LuaSnip on their github page
Related posts
- What is the best commenter for tsx, jsx and css files with lua config
- How to surround a paragraph with multiple charaters/symbols?
- Commenting both erb and handlebars files
- Is it possible to configure nvim_comment to change the way it comments if I am inside a jsx/tsx block or outside a jsx/tsx block?
- Comment your code more efficiently in Neovim