How to setup mini.completion and mini.snippets with friendly-snippets #1660
-
Contributing guidelines
Module(s)mini.snippets QuestionHello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi! Here is a suggested way to set up 'mini.snippets' so that it works with 'rafamadriz/friendly-snippets' (which is mentioned there explicitly; findable by searching for 'friendly-snippets'). Setting up 'mini.snippets' + 'mini.completion' in a way that snippets loaded by 'mini.snippets' are shown in 'mini.completion' is not yet supported. See #1647 for more details.
Those two are not needed for 'mini.snippets'. For 'mini.completion' they only need to be used to attach correct LSP server to a correct buffer. As this is their primary use cases ('mason.nvim' can install those servers, 'nvim-lspconfig' can attach correct server to buffer), reading their documentation should be enough. After that, regular Hope this helps. |
Beta Was this translation helpful? Give feedback.
Hi!
Here is a suggested way to set up 'mini.snippets' so that it works with 'rafamadriz/friendly-snippets' (which is mentioned there explicitly; findable by searching for 'friendly-snippets').
Setting up 'mini.snippets' + 'mini.completion' in a way that snippets loaded by 'mini.snippets' are shown in 'mini.completion' is not yet supported. See #1647 for more details.
Those two are not needed for 'mini.snippets'. For 'mini.completion' they only need to be used to attach correct LSP server to a correct buffer. As this is their primary use cases ('mason.nvim' can install those servers, 'nvim-lspconfig' can …