Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 15, 2024
1 parent 92078dc commit 65805e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lua/dotvim/pkgs/coding/plugins/luasnip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ return {
user = {
name = "Hawtian Wang",
},
snippet = {
lua = {
vim_snippet = true,
},
},
},
},
{
Expand Down
3 changes: 2 additions & 1 deletion lua/dotvim/pkgs/extra/languages/lua.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ return {
"nui.nvim",
"plenary.nvim",
"nui-components.nvim",
"nvim-spectre"
"nvim-spectre",
"LuaSnip",
}
for _, plugin in ipairs(add_plugins) do
table.insert(
Expand Down

0 comments on commit 65805e5

Please sign in to comment.