Skip to content

Commit 617bf08

Browse files
committed
Elixir files should get eelixir snippets
Because when writing render functions in LiveViews, having the eelixir snippets is very useful.
1 parent daa96b2 commit 617bf08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/plugins/blink-cmp-snippets.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ return { -- Autocompletion
3131
require('luasnip.loaders.from_vscode').lazy_load()
3232
luasnipReq.filetype_extend('heex', { 'html' })
3333
luasnipReq.filetype_extend('eelixir', { 'elixir', 'html' })
34+
luasnipReq.filetype_extend('elixir', { 'eelixir' })
3435
end,
3536
},
3637
},

0 commit comments

Comments
 (0)