Pinned
39 contributions in the last year
Less
More
Contribution activity
October 2021
Created 1 commit in 1 repository
Created 2 repositories
Created a pull request in hrsh7th/nvim-cmp that received 4 comments
Expose get_selected_entry() from view module to main cmp module fixes #385
Fixes #385 The cmp.visible() func is great but it would be useful to expose the get_selected_entry() or get_active_entry() from the view module in …
+12
−5
•
4
comments
Reviewed 1 pull request in 1 repository
hrsh7th/nvim-cmp
1 pull request
Created an issue in L3MON4D3/LuaSnip that received 1 comment
Using visual selection within snippet
Trying to create a snippet that uses a visual selection.
Initially tried:
parse_snippet({ trig = "if", name = "if" }, [[
if $1 { ${2:$TM_SELECTED_T…
1
comment