mv luasnip config to others.lua

This commit is contained in:
siduck76 2021-08-28 09:39:38 +05:30
parent d5f4c04424
commit 5db010e870
4 changed files with 15 additions and 13 deletions

View file

@ -192,7 +192,7 @@ return packer.startup(function()
wants = "friendly-snippets",
after = "nvim-cmp",
config = function()
require "plugins.configs.luasnip"
require("plugins.configs.others").luasnip()
end,
}