Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 3ba61cf

Browse files
core: format configuration
1 parent 95446e3 commit 3ba61cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ return {
3535
"L3MON4D3/LuaSnip",
3636
config = function(plugin, opts)
3737
-- include the default astronvim config that calls the setup call
38-
require "plugins.configs.luasnip" (plugin, opts)
38+
require "plugins.configs.luasnip"(plugin, opts)
3939
-- add more custom luasnip configuration such as filetype extend or custom snippets
4040
-- load VSCode snippets from paths
4141
require("luasnip.loaders.from_vscode").lazy_load { paths = { "./lua/user/snippets" } }

0 commit comments

Comments
 (0)