feat: make luasnip handle injected languages
This commit is contained in:
parent
fc4dcbeeec
commit
f08c343ddf
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ ls.setup({
|
|||
},
|
||||
},
|
||||
},
|
||||
ft_func = require("luasnip.extras.filetype_functions").from_pos_or_filetype,
|
||||
})
|
||||
|
||||
require("luasnip.loaders.from_lua").load({ paths = "~/.config/nvim/snippets" })
|
||||
|
|
Loading…
Reference in a new issue