Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jint-lzxy <[email protected]>
  • Loading branch information
Jint-lzxy committed Apr 10, 2024
1 parent b08edd4 commit 239098a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/modules/configs/completion/luasnip.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return function()
local snippet_path = vim.fn.stdpath("config") .. "/snips/"
local snippet_path = vim.fn.stdpath("config") .. "/snips"
if not vim.tbl_contains(vim.opt.rtp:get(), snippet_path) then
vim.opt.rtp:append(snippet_path)
end
Expand Down

0 comments on commit 239098a

Please sign in to comment.